html{overflow-y:scroll}body,html{padding:0;margin:0;overflow-x:hidden}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:hsla(0,0%,39%,.3);border-radius:20px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,39%,.6);border-radius:20px;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-corner{background-color:rgba(40,45,50,.3)}