body,
html {
    height: 100%;
}

.error404_wrap,
.error500_wrap {
    margin-top: 5%;
}

.error404,
.error500 {
    background: #f1f1f1;
    height: 100%;
    padding-top: 50px;
    text-align: center;
    color: #8f8e8e;
}

.error404_wrap h4,
.error500_wrap h4 {
    color: #2faa33;
    font-size: 45px;
    font-weight: 900;
}

.error404_wrap img,
.error500_wrap img {
    width: 10%;
    margin-top: 30px;
}