html body {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 100%;
  background: #111111;
  font-family: "Afacad Flux", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

h1 {
  font-size: 2rem;
  letter-spacing: 1rem;
  font-weight: 300;
  padding-left: 0.8rem;

  @media (min-width: 500px) {
    font-size: 3rem;
    letter-spacing: 1.4rem;
    padding-left: 1.3rem;
  }
}

a {
  color: magenta;
}
