@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&family=Silkscreen:wght@400;700&display=swap');

body {
  background-color: black;
  color: white;
  font-family: "Pixelify Sans", sans-serif;
}

h1 {
  font-family: "Silkscreen", sans-serif;
  text-align: center;
}