:root{--background:#181818;--foreground:white;--gray:#525252;--yellow:rgb(240,207,96)}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-raleway),sans-serif;display:flex;justify-content:center;align-items:center}*{box-sizing:border-box;padding:0;margin:0}@media (prefers-color-scheme:dark){html{color-scheme:dark}}