.mainContent {
    max-width: 1070px;
    position: relative;
}

.outageTopLinks {
    margin: 0px 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.outageTopLinks a:hover {
    opacity: 0.6;
}

.innerContent {
/*
    width: 997px;
    max-width: 997px;
*/
width: 94%;
    margin: auto;
    position: relative;
}

.innerInnerContent {
    /* max-width: 892px; */
    width: 87%;
    margin: auto;
    position: relative;
}

.largeHeadingContainer {
    margin: 45px auto 0px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.largeHeading {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -2.0px;
    /* color: #ee2e24; Red */
    /* color: #ffcc00; Yellow */
}

.largeHeadingSubText {
    width: 90%;
    font-size: 18px;
}

.mediumHeading {
    width: 90%;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1.25px;
}

.blueText {
    color: #089cd9;
}

.greenText {
    color: #00c21d;
}

.redText {
    color: #ee2e24;
}

.yellowText {
    color: #ffcc00;
}

/* Responsive */

@media screen and (max-width: 525px) {
    .outageTopLinks {
        display: block;
        margin: auto;
        text-align: center;
    }
    
    .topLink1 {
        margin-bottom: 20px;
    }

    .topLink2 {
        margin-top: 20px;
    }
}
