::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
background-color: #1e1e1e;
border-radius: 12px;
}

::-webkit-scrollbar-thumb{
    background-color: grey;
    border-radius: 12px;
}