.ann-white-background {
    background-color: #fff;
    padding: 10px;
}

#announcement-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
}

#announcement-container {
    max-width: 800px;
    border-radius: 10px;
}

#announcement-body {
    position: relative;
    min-height: 270px;
}

#announcement-header {
    margin-top: 10px;
    margin-bottom: 15px;
}