
body {
  min-height: 100svh;
  display: grid;
  place-items: center;
}

main {
  max-width: 40rem;
  padding: 2rem;
}

a {
  color: inherit;
}
