noscript {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #323232;
    overflow-y: auto;
}

.aligner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.content {
    text-align: center;
    color: white;
    margin-top: 0px;
    font-family: "Euclid";
    font-style: normal;
    padding: 0 10px;
}

p {
    margin: 20px auto;
}

img.icon {
    height: 180px;
    width: 180px;
    margin: 10px auto;
}

.msg {
    font-weight: 100;
    font-size: 1.5em;
    line-height: 15px;
}

.msg.main {
    font-weight: 500;
    font-size: 2em;
    line-height: 30px;
}

.msg .line {
    display: block;
    margin: 20px auto;
}

.divider {
    text-align: center;
    padding: 10px 0;
}

.disc {
    margin: 0 auto;
    float: none;
    height: 5px;
    width: 5px;
    background-color: #8427E2;
    border: 1px solid #8427E2;
    border-radius: 100%;
}

img.logo {
    width: 230px;
    height: 41px;
    margin: 30px auto 0 auto;
}

.support {
    margin-top: 30px;
}

a,
a:hover {
    font-size: 1em;
    color: white;
    text-decoration: none;
    line-height: 1px;
}

@media(max-width: 1000px) {
    .msg {
        font-size: 18px;
        line-height: 28px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .msg.main {
        font-size: 21px;
        line-height: 28px;
    }

    .divider {
        padding: 0;
    }

    img.icon {
        height: 150px;
        width: 150px;
        margin: 0;
    }

    img.logo {
        width: 150px;
        height: 27px;
        margin: 0;
    }

    .support {
        margin-top: 0;
    }

    a {
        font-size: 14px;
    }
}

@media(max-width: 680px) {
    .msg .line {
        display: inline;
    }
}