*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{display:none}body,html,#root{margin:0;padding:0;width:100%;height:100%;font-family:Raleway,sans-serif;color:var(--text-color)}body,body[data-theme=light]{background-color:#f9f9f9!important}body[data-theme=dark]{background-color:#000!important;color:#fff}html{scroll-behavior:smooth}#smooth-wrapper{overflow:hidden}#smooth-content{will-change:transform}.container{display:flex;justify-content:center;padding:15px 15px 10%;align-items:center;position:fixed;height:100%;width:100vw;background-color:#f5f5f5;font-family:Raleway,sans-serif;overflow-x:scroll}.card{background:#fff;padding:30px;border-radius:10px;text-align:center;max-width:600px;margin:auto}.container .logo{margin-bottom:2vh}.buttons{margin-top:20px}.button{display:inline-block;padding:10px 20px;border-radius:50px;text-decoration:none;margin:5px;font-size:16px;color:#fff;transition-duration:.3s}.button.primary{background-color:#32aeec}.button.secondary{background-color:#000}.button:hover{opacity:.9;transition-duration:.3s}.header{position:sticky;top:0;background-color:#fff;padding:10px;max-height:60px;z-index:1000;border-bottom:var(--border-light);display:flex;justify-content:space-between;box-shadow:0 0 50px #26282f12}[data-theme=dark] .header{background-color:#0b0b0b}.logo{height:40px}[data-theme=dark] .logo{filter:brightness(1000)}.login-info{display:flex;align-items:center}.login-info span{margin-right:10px}
