         
        @media screen and (min-width: 961px) 
        { ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #00FFD4; } 
        ::-webkit-scrollbar { background-color: #111111; } 
        ::-webkit-scrollbar { width: 8px; height: 5px; } 
        ::-webkit-scrollbar-thumb:hover { background-color:#00FFD4; } }
     