body {
    background-color: #F8F8F8;
}

.mobile-section {
    height: 100%;
}

.error-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Open Sans', 'sans-serif';
    width: 100%;
}

.error-container .error-message .oops-section {
    font-size: 110px;
    color: #0198E9;
    font-weight: 700;
    padding: 0;
    line-height: 1.37;
    display: block;
    margin: 0 auto;
}

.error-container .error-message p {
    font-size: 16px;
    color: #ABABAB;
    padding-bottom: 55px;
    margin-top: 0;
}

.go-back-button {
    background-color: #0198E9;
    border: 1px solid #0198E9;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    border-radius: 9px;
    padding: 2px 18px;
    font-family: 'Open Sans', 'sans-serif';
    cursor: pointer;
}

.post-unavailable-content {
    height: 565px;
    position: relative;
}

.post-unavailable {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.post-unavailable p {
    color: #ABABAB;
    font-family: 'Open Sans', 'sans-serif';
    font-size: 14px;
    max-width: 205px;
    margin: 0 auto;
}

.post-unavailable .error-message-section {
    font-size: 60px;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 700;
    color: #0198E9;
}

html[lang="fr_FR"] .post-unavailable .error-message-section {
    font-size: 40px;
    line-height: 1.2;
    padding: 15px 0;
}

html[lang="fr_FR"] .post-unavailable p{
    max-width: 340px;
}

@media only screen and (max-width: 768px) {
    .error-container .error-message .oops-section {
        font-size: 85px;
    }

    .error-container .error-message p {
        padding-bottom: 30px;
    }

    .go-back-button {
        font-size: 16px;
    }

    .post-unavailable-content {
        height: 465px;
    }

    .error-container .error-message {
        padding: 0 15px;
    }

    html[lang="fr_FR"] .error-container .error-message .oops-section {
        font-size: 74px;
    }
}
