body,html{position:relative;margin:0;padding:0;font-family:Poppins,Helvetica Neue,Arial,sans-serif;background-color:#000;min-height:100vh;overflow-x:hidden;scrollbar-width:10px;scrollbar-color:#838390 rgba(0,0,0,0)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#000;margin:12px 0;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#838390,#838390);border-radius:10px}::-webkit-scrollbar-thumb:hover{cursor:pointer;background:linear-gradient(180deg,#c68cff,#7a57e6)}body.no-scroll{overflow:hidden;height:90vh}*{margin:0;padding:0;box-sizing:border-box}@media(max-width:800px){::-webkit-scrollbar{display:none}*{scrollbar-width:none}body,html{-webkit-overflow-scrolling:touch}}