* { box-sizing: border-box; } :root { color-scheme: dark; } body { margin: 0; height: 100vh; display: flex; justify-content: center; align-items: center; font-family: "Roboto Mono"; }