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

body {
  background: black;
  color: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3em;
  margin: 0;
  padding-inline: 3em;
  text-align: center;
}

h1 {
  all: unset;
  font-family: "Pixelify Sans";
  font-weight: normal;
  font-size: 3em;
}

p {
  all: unset;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: 100;
  line-height: 1.6;
  max-width: 800px;
}
