::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #333333;
}

::-webkit-scrollbar-thumb {
    background-color: #555555;
    border-radius: 6px;
    border: 3px solid #333333;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #777777;
}

scrollbar-width: thin;
scrollbar-color: #555555 #333333;
