body {
    background-color: #fff;
    color: #454545;
}

.contact {
    background-color: #f5f5f5;
}

.news-window {
    background-color: #f5f5f5;
}

/* Icon Adjustment */
.mode-dial-dark {
    transform: rotate(-90deg);
    opacity: 0;
}

.text-low-emphasis {
    color: #888;
}

.news-page::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.news-page::-webkit-scrollbar-track {
    background: rgba(50, 50, 50, 0.1); /* color of the tracking area */
    margin-left: 2px;
    border-radius: 20px;
}

.news-page::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.2); /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid rgba(50, 50, 50, 0); /* creates padding around scroll thumb */
}
