  ::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: none;
}

::-webkit-scrollbar-thumb {
    background-color: blue;
    border-radius: 3px; 
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
