@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);:not(.material-icons-round){font-family:Roboto,Poppins,sans-serif!important}*{box-sizing:border-box;margin:0;padding:0}body{background-attachment:fixed;background-repeat:no-repeat}@media screen and (max-width:968px){html{user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none}}.item{cursor:pointer;transition:all .3s ease-in-out}.item:hover{transform:scale(1.2)!important}@media only screen and (max-width:600px){.item:hover{transform:scale(1.1)!important}:hover .item{transition-duration:.3s}}body{--defualt-bg-color:#000}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-track{-webkit-appearance:none;background:var(--defualt-bg-color)}::-webkit-scrollbar-thumb{background:hsla(0,0%,86%,.8);border-radius:6px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#c8c8c8}::-webkit-scrollbar-corner{background:var(--defualt-bg-color)}*{scrollbar-color:hsla(0,0%,86%,.8) transparent;scrollbar-width:thin}