@font-face {
  font-family: "iLoveFONTS";
  src: url("PressStart2P-Regular.ttf");
}

body {
  background-color: black;
  font-family: "iloveFONTS";
}

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

h2 {
  color: white;
}

p {
  color: white;
  font-size: 15px;
}

.pixelated {
  image-rendering: pixelated;
  
}