::-webkit-scrollbar {
    width:10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background:#333;
}
::-webkit-scrollbar-thumb {
    background: #0073C3;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:active {
    background: #045792;
    border-radius: 10px;
}