::-webkit-scrollbar {
        height: 14px;
        background-color: white;
}

::-webkit-scrollbar-thumb {
        background-color: #000000;
        background-clip: padding-box;
        border: 5px solid transparent;
        border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
        border: 2px solid transparent;
}