body {
    margin: 0;
    font-family: sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e5569;
    background-color: #eef5f9;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.error-box {
    height: 100%;
    width: 100%;
    position: fixed;
}
.error-box .error-body {
    padding-top: 5%!important;
}

.error-box .error-body {
    padding-top: 5%;
    height: 100%;
    width: 100%;
    position: fixed;
}
.text-center {
    text-align: center!important;
}
.error-box .error-title {
    font-size: 210px;
    font-weight: 900;
    color: #455a64;
    line-height: 210px;
}