#announcement {
    display:grid;
    justify-content: space-around;
}
#announcement p {
    width: 100%;
    text-align: center;
    margin: 2px;
}
#announcement .photo-thumbnails {
    width: 100%
}
