body {
    background-color: #F7F7F7;
    margin: 0;
}

#fallback {
    display: none;
    height: 100vh;
    font-family: 'Karla';
}

#fallback, #copyContainer {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    color: #131C4E;
}

#fallback #copyContainer {
    width: 540px;
}

#fallback h1 {
    margin: 0;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    color: #131C4E;
}

#fallback p {
    margin: 15px 0;
}

#fallback span,
#fallback a {
    font-size: 0.875rem;
    font-weight: 400;
}

#fallback span {
    line-height: 1.5;
    margin: 12px 0 48px;
    max-width: 100%;
}

#fallback a {
    color: #4DCBC3;
}

#fallback #logo {
    position: absolute;
    top: 12px;
    left: 12px;
}

/*IE 10 and 11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #fallback {
        display: flex!important;
    }

    #root {
        display: none!important;
    }

    body {
        margin: 0;
    }
}

/* Pre-chromium Edge */
@supports (-ms-ime-align: auto) {
    #fallback {
        display: flex!important;
    }

    #root {
        display: none!important;
    }

    body {
        margin: 0;
    }
}