.announcement {
    color: lemonchiffon;
    text-align: center;
}

.announcement a {
    color: lightskyblue;
}

.announcement a:hover {
    color: hotpink;
    text-decoration: underline;
}
