


@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 30px; background-color: #7DBA2B; } ::-webkit-scrollbar-track { background-color: #F0F0F0; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-thumb:hover { background-color: #97DD39; }}