* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: black;
  color: white;
  height: 100dvh;
  display: grid;
  place-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
  opacity: 0;
}

a {
  color: white;
}

p {
  text-align: center;
}

p:first-of-type {
  margin-bottom: 1rem;
}