﻿
#error {
    text-align:center;
    padding:4rem 0;
    background-color: #222d3a;
}

#error h1, #error h2 {
    color:#fff;
}

#error .container {
    max-width:1400px;
    text-align:left;
}

#error img {
    width:100px;
    margin-bottom:3rem;
}

#error p {
    font-size:1.6rem;
    color:#a2b3c9;
}

a {
    /*color: #85639e;*/
    color:#a785bf;
    font-weight:700;
}

    a:hover {
        /*color: #9672b0;*/
        color:#c8abdd;
        text-decoration: none;
        font-weight:700;
    }

@media (max-width:576px) {

    #error h1 {
        font-size:2rem;
    }

    #error img {
        width:70px;
        margin-bottom:2rem;
    }

    #error p {
        font-size:1.3rem;
    }

}
