body {
    padding: 40px 20px 40px 20px;
    background: #fff url(/error_pages/img/header_bg.png) top center no-repeat;
    font-family: "M PLUS Rounded 1c";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    color: #2D303C;
}

.ly_content {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.bl_logo img {
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
}

.bl_status {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #157FFB;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .2em;
}

.bl_status .bl_status_title {
    font-size: 125px;
}

.bl_status .bl_status_subTitle {
    font-size: 32px;
}

.bl_status .bl_status_image {
    margin-top: 20px;
}

.bl_description {
    margin-top: 30px;
    margin-bottom: 30px;
}

.bl_description ul {
    padding-left: 70px;
    padding-right: 70px;
    text-align: left;
    list-style: none;
    padding-left: 0;
}

.bl_link a {
    display: inline-block;
    font-weight: 400;
    color: #157FFB;
    border: 1px solid #157FFB;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    border-radius: .25rem;
    text-decoration: none;
}

.bl_link a:hover {
    color: #0c68d1;
    border-color: #0c68d1;
}

.hidden {
    display: none;
}
