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

::-webkit-scrollbar-track{
    background-color: #212121;
}

::-webkit-scrollbar-thumb{
    background-color: #7A92BE;
    border-radius:20px;
}