html{overflow-y:scroll;overflow-x:hidden}body,html{padding:0;margin:0}a{color:inherit;text-decoration:none}*{box-sizing:border-box}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background-color:rgba(40,45,50,.3)}::-webkit-scrollbar-thumb{background-color:rgba(100,100,100,.3);border-radius:20px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:rgba(100,100,100,.6);border-radius:20px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-corner{background-color:rgba(40,45,50,.3)}