body {
    font-family: "Verdana, Arial, Helvetica, sans-serif";
    background-color: #405085;
    color: #A8B6CB;
    margin: 0;
    padding: 0;
}

.notification {
    text-align: center;
    background-color: black;
    padding: 10px 0;
    font-size: 12px;
    color: white;
}

.announcement {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.announcement p {
    margin: 10px 0;
}

.centered {
    text-align: center;
}

.centered img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: white;
}