
.news {
    width: 110px;
    min-width : 110px;

}

.news-scroll a {
    text-decoration: none;
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}



 

/* Optional: Customize scrollbar appearance */
::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Track color */
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* Thumb (scroll handle) color */
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Hover color for the thumb */
}