::-webkit-scrollbar {
    width: 12px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #0031b3;
    border-radius: 50px;
    border: 2px solid #fff;
}