@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #141312; } ::-webkit-scrollbar-track { background-color: #D8D8D8; } ::-webkit-scrollbar { width: 3px; height: 3px; } ::-webkit-scrollbar-thumb:hover { background-color: #141312; }}
