html {
  color-scheme: dark light;
  font-family: system-ui;
  line-height: 1.5;
}

body {
  margin: 0;
  height: 100dvh;
  display: grid;
  place-items: center;
}

h1 {
  font-size: 15dvw;
  text-transform: uppercase;
}

p {
  padding: 2rem;
  text-wrap: balance;
  max-inline-size: 60ch;
  text-align: center;
}

:link {
  color: #FF5722;
}