* {
    scrollbar-width: thin;
    scrollbar-color: #B78D65 #252525;
}

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

*::-webkit-scrollbar-track {
    background-color: #252525;
}

*::-webkit-scrollbar-thumb {
    background-color: #B78D65;
    border-radius: 20px;
    border: 3px solid #252525;
}