* {
    scrollbar-width: thin;
    scrollbar-color: #B49C73 #37373F;
}

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

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

*::-webkit-scrollbar-thumb {
    background-color: #B49C73;
    border-radius: 20px;
    border: 3px solid #37373F;
}