
::-webkit-scrollbar {
    width: 5px;
    /* height: 5px; */
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent; 
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background: #6f6f6f; 
    border-radius: 10px;
  }

  