::-webkit-scrollbar {
    width: 9px;
    height: 7px
}

::-webkit-scrollbar-thumb {
    background: #049fda;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2a51a3;
}