*{box-sizing:border-box;padding:0;margin:0;font-family:system-ui,-apple-system,sans-serif}a{text-decoration:none}.mainContainer{justify-content:flex-start}.mainContainer,.mainContainerClosed{width:100%;max-width:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center;text-align:center;padding:15px}.mainContainerClosed{justify-content:space-between}:root{--primary-text:white}html{display:flex;justify-content:center;min-height:100vh;background:rgb(26,24,23);overscroll-behavior:none}html:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/mainpage/background.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:-1}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) rgba(0,0,0,.2)}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:rgba(0,0,0,.2);border-radius:10px}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:10px;border:2px solid rgba(0,0,0,.2)}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}::-webkit-scrollbar-corner{background:rgba(0,0,0,.2)}body{display:flex;overflow:"hidden";flex-direction:row;justify-content:center;width:100vw;height:calc(100vh - 64px);position:absolute;margin-top:64px;color:white}