html.error-page .error-logo {
    width: 150px;
    margin: 0;
}

html.error-page .error-code {
    font-weight: bold;
    font-size: 150px;
    font-family: "Montserrat";
    line-height: 1;
    color: #fffdec;
}

html.error-page .error-message {
    font-size: 49px;
    line-height: 1.3;
    color: #fffdec;
    margin-bottom: 35px;
}