/*-------------Error Page--------------------*/
.ErrorPage {
    padding: 26px;
    margin: 52px auto 0 auto;
    width: 1022px
}

    .ErrorPage * {
        margin-bottom: 30px
    }

    .ErrorPage h1, .ErrorPage h2 {
        line-height: 1;
        font-family: Helvetica,Arial,sans-serif;
        font-weight: bold
    }

    .ErrorPage h1 {
        font-size: 30px
    }

    .ErrorPage h2 {
        font-size: 20px;
        margin-top: -20px
    }

    .ErrorPage a {
        color: var(--firstFocus);
        text-decoration: none
    }

        .ErrorPage a:hover {
            text-decoration: underline
        }

/*-------------End Error Page--------------------*/