@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 6px; background-color: #ff971e; } ::-webkit-scrollbar-track { background-color: #000000; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }

 ::selection { background: #ffffff; color: #ff971e;} 
 
 
 