:root {
  color-scheme: light dark;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, sans-serif;
}

main {
  text-align: center;
}

h1 {
  font-weight: 500;
  letter-spacing: 0.02em;
}
