﻿::-webkit-scrollbar{
    width: 10px;
    height: 100%;
    color: rgba(70, 70, 70, 0.9);
    background-color: rgba(90, 90, 90, 0.5);
}
::-webkit-scrollbar-thumb{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

::-webkit-scrollbar-corner{
    
}
