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

::-webkit-scrollbar-track{
    background-color: var(--white);
}

::-webkit-scrollbar-thumb{
    background-color: #00BAF2;
    border-radius: 35px;
    border: 4px solid transparent;

}