#latest-news {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 30px; /* This is required, adjust as needed */
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 16px;

    background-color: #042426;
    height: 35px;
}

#latest-news span span,
#latest-news span a,
#latest-news div span,
#latest-news div a
{
    color: #ffffff !important;
}

#latest-news div a {
    text-decoration: none;
}