:root {
    --text-color: 26, 27, 24;
    --background-color: #D2D5D9;
}

marquee.afe-announcement {
    background-color: var(--background-color);
    font-size: 15px;
    font-weight: 600;
    color: rgb(var(--text-color));
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
}

p.afe-announcement {
    z-index: 999;
    background-color: #f4f4f4;
    font-size: 15px;
    font-weight: 600;
    color: rgb(var(--text-color));
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    text-align: center;
}
