@font-face {
    font-family: nataSans;
    src: "fonts/Nata_Sans/NataSans-Black.ttf";
}

* {
  text-align: center;
  color: rgb(255, 255, 255);
}

body {
  background-color: rgb(255, 255, 255);
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: nataSans;
  font-size: 20px;
}