::-webkit-scrollbar {
    width: 7.5px;
    background-color: rgb(0, 0, 0);
}
  
::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 10px;
}