<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content404 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
}

#content404 img {
    display: block;
    margin: 0 auto 15px;
    filter: contrast(0.3);
}

#content404 hr {
    max-width: 95%;
    margin: 25px auto;
}


#content404 a {
    color: inherit;
}

.header404 {
    padding: 30px 0 0;
}

.header404 h1 {
    color: #610c10;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.text404 {
    display: block;
    width: 95%;
    margin: 0px auto;
    text-align: center;
}

.text404 p {
    line-height: 1.25rem;;
    margin-bottom: 1.5rem;
}

#nav_container {
    float: left;
}

@media( min-width: 960px) {
    
    #content404 hr {
        max-width: 800px;
    }

    .header404 h1 {
        font-size: 36px;
    }

    .text404 {
        width: 800px;
    }
    
    .text404 h2 {
        font-size: 24px;
        margin-bottom: 1.5rem;
    }

    .lg-hidden {
        display: none;
    }
}</pre></body></html>