:root {
  color-scheme: light dark;
  font-family: system-ui, sans-serif;
  line-height: 1.5;
}

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

main {
  max-width: 36rem;
  text-align: center;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 5vw, 3rem);
}
