:root { color-scheme: light dark; }
body { font: 16px/1.6 system-ui, sans-serif; display: grid; place-items: center;
       min-height: 100vh; margin: 0; }
main { text-align: center; }
h1 { font-size: 1.6rem; font-weight: 600; }
