/* scrollbar */

::-webkit-scrollbar {
    width: 14px;
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #333333;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

::-webkit-scrollbar-thumb:hover {
    background: #1c1815;
}
