html {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
  font-family: system-ui, sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

a {
  color: inherit;
}
