body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
}

.error-page-wrap {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 2.5rem;
}

/* Brand */

.brand-wrap {
    white-space: nowrap;
}

.brand-wrap a {
    font-family: 'Anaheim', "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: black;
    text-decoration: none;
}

.brand-wrap .brand-name {
    text-transform: uppercase;
}

.brand-wrap .brand-sub::before {
    content: " | ";
}

/* Error message block */

.message_wrap {
    margin: 10vh 0 0;
}

.error-code {
    font-family: 'Anaheim', "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 7rem;
    font-weight: normal;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #000;
    margin: 0 0 0.3em;
}

.message_wrap h1 {
    font-family: 'Anaheim', "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 2em;
}

.back-link {
    display: inline-block;
    font-family: 'Anaheim', "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
    padding-bottom: 1px;
    transition: opacity 0.2s;
}

.back-link:hover {
    opacity: 0.4;
}
