.announce-section{
    background: var(--ribbonyellow);
    padding: 7px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.announce-section a,
.announce-section span
{
    margin-left: auto;
    font-weight: 500;
}
.announce-section span:hover,
.announce-section a:hover
{
    text-decoration: underline;
    cursor: pointer;
}