.error {
    width: 1200px;
    margin: 0 auto;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-weight: normal;
}

.error .logoBox {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
}

.error .largetext {
    font-size: 180px;
    color: #141414;
    text-shadow: 0px 5px 0px #555555;
    text-align: center;
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
    float: left;
    width: 100%;
}

.error .infotext {
    font-size: 40px;
    color: #424242;
    text-align: center;
}

.error .text {
    font-size: 15px;
    color: #424242;
    text-align: center;
}

.error .linkButton {
    float: left;
    width: 100%;
    text-align: center;
    margin: 40px 0;
}

.error .linkButton a.link_btn {
    padding: 10px 30px;
    font-size: 15px;
    background: #2D3C5F;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}

@media (max-width:767px) {
    .error {
        width: 100%;
    }

        .error .infotext {
            font-size: 15px;
        }

        .error .largetext {
            font-size: 70px;
        }
}
