/* Works on Firefox */
* {
    /*scrollbar-width: thin;*/
    scrollbar-color: #c4c4c4 transparent;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
    }

    *::-webkit-scrollbar-track {
        background: #e1e8ea;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #aab1b4;
        /*border-radius: 20px;*/
        /*border: 3px solid orange;*/
    }
