.outageBanner{
    background:#B81237;
    color:#FFFFFF;
    display: flex;
}
.outageBanner a {
    color: #FFFFFF;
    text-decoration: underline;
}

.noticeBanner {
    background: #FFCB2D;
    color: #242934;
    display: flex;
}

.noticeBanner a {
    color: #242934;
    text-decoration: underline;
}