::-webkit-scrollbar {
    width:10px;
    height:10px;
}
::-webkit-scrollbar-track {
    background-color:#e0e0e0;
    border:4px solid white;
}
::-webkit-scrollbar-thumb {
    background-color: #26190C;
    border: 4px solid white;
    border-radius: 10px;
}