/* SCROLLBAR */
::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(84, 57, 51, 1);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #008737;
    outline: 1px solid #543933;
    border-radius: 5px;
}