::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:hsla(0,0%,80%,.5);border-radius:100px}::-webkit-scrollbar-thumb{background-color:#888;border-radius:100px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background-color:#424242}