:root{--background:#f8f8f8;--foreground:#171717}body,html{height:100vh;max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:-ms-autohiding-scrollbar}body::-ms-scrollbar{width:12px}body::-ms-scrollbar-track{background:#f1f1f1}body::-ms-scrollbar-thumb{background-color:#fc0;border-radius:10px;border:3px solid #f1f1f1}*{box-sizing:border-box;padding:0;margin:0;scrollbar-width:thin;scrollbar-color:#fc0 #f1f1f1}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background-color:#fc0;border-radius:10px;border:3px solid #f1f1f1}