::-webkit-scrollbar {
    width: 20px;
    height: 20px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    border-radius: 0px;
    background-color: #D3D3D3;
    padding: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: white;
    border: solid;
    border-width: 1px;
    border-color: #202124;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
