/* BEGIN Scrollbar STYLE */
*::-webkit-scrollbar{
    width: 8px;
}
*::-webkit-scrollbar-thumb{
    background-color: rgba(28, 38, 43, 0.2);
}
*::-webkit-scrollbar:horizontal {
    height: 5px; 
}
/* BEGIN Scrollbar STYLE */