body.page-node-type-error .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-error__content {
    font-weight: 400;
    text-align: center;
}

.p-error__content h1 {
    font-family: var(--font-600);
    font-size: 190px;
    line-height: 210px;
    color: var(--color-black);
    margin-bottom: 30px;
}

.p-error__subtitle {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 50px;
}

.p-error__button {
    text-align: center;
}

.p-error__button .button {
    min-width: 200px;
    padding: 10px 20px;
}

.p-error__button .button:hover {
    text-decoration: none;
}