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