@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap');

body, p {
  background-color: rgb(0, 0, 0);
  font-family: 'Oswald', serif;
}

h3, h4 {
  font-family: 'Outfit', serif;
  color: #ff3cac;
  
}
