:root{--background:#0a0a0a;--foreground:#ededed}html[data-theme=light]{--background:#e6e6e6;--foreground:#171717}html[data-theme=dark]{--background:#0a0a0a;--foreground:#ededed}body{color:var(--foreground);background:var(--background);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0;overflow:hidden}.title,body{height:100vh}.title{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}