@media screen and (min-width: 1601px) {
    ::-webkit-scrollbar {
         width: 36px;
    }
    
    ::-webkit-scrollbar-thumb {
        background: #F5E761;
        border: 10px solid white;
    }
    
 ::-webkit-scrollbar-track {
       background: #e4e4e4;
       border: 16px solid white;
   }
}