#breaking-news-banner {
    justify-content: center;
    border: 1px gray solid;
    background-color: #f5f5f5;
    padding: 20px;
}

#breaking-news-banner .row {
    margin-bottom: 0;
}

#breaking-news-space a {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}