:root{--background:#f5f5f5;--foreground:#171717}html{height:100%}html,body{max-width:100vw;margin:0;padding:0;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Arial,Helvetica,sans-serif;display:flex}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.centered-screen{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;display:flex}
