/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #342214;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4d7c0f;
}