:root{--background:#333;--foreground:#ffffff}body,html{max-width:100vw;min-height:100dvh;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column}body{overflow-x:hidden;color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.mainContent{position:relative;flex:1 1;max-width:100vw;overflow-x:hidden;width:100vw}