  
     @media screen and (min-width: 961px) {
    ::-webkit-scrollbar-thumb {
      border-radius: 15px;
      background-color: #333;
    }
    ::-webkit-scrollbar-track {
      background-color: #222;
    }
    ::-webkit-scrollbar {
      width: 10px;
    }
    ::-webkit-scrollbar-thumb:hover {
      background-color: ;
    }
  }

