:root { color-scheme: light dark; }
* { box-sizing: border-box; }
body { margin: 0; font: 16px/1.5 system-ui, sans-serif; }
.wrap { min-height: 100dvh; display: grid; place-content: center; justify-items: center; gap: .5rem; text-align: center; padding: 2rem; }
h1 { margin: .25rem 0; }
code { background: color-mix(in oklab, currentColor 12%, transparent); padding: .1em .35em; border-radius: .35em; }
