.main{overflow:hidden;padding:0 200px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:transparent;margin-right:5px}::-webkit-scrollbar-thumb{background-color:var(--black);border-radius:10px;border:2px solid transparent;background-clip:content-box;-webkit-transition:opacity .2s ease,background .2s ease;transition:opacity .2s ease,background .2s ease}::-webkit-scrollbar-thumb:hover{background-color:red}::-webkit-scrollbar-thumb:active{background-color:var(--Red-main)}@media (min-width:1681px){.main{max-width:100%}footer{margin:0 auto}header{width:1680px}}@media (max-width:640px){.main{margin-top:0}}