

@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 500px; background-color: #ABC785; } ::-webkit-scrollbar-track { background-color: #F3EEC8; } ::-webkit-scrollbar { width: 12px; height: 12px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }