:root { color-scheme: light dark; }
body { font-family: system-ui, sans-serif; margin: 0; display: grid; place-items: center; min-height: 100vh; }
main { text-align: center; padding: 2rem; }
h1 { margin: 0 0 .5rem; }
p { color: #667; }
