<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: #000;
    font: 75%/1.7em "Helvetica Neue", Helvetica, arial, sans-serif;
    margin: 0;
    padding: 80px;
    background: url('images/error.png') 30px 30px no-repeat #fff;
}

h1 {
    font-weight: bold;
    color: #000;
    font-size: 300%;
    margin: 20px 0;
    padding: 0;
}

p {
    margin: 10px 0;
    color: #777;
    font-size: 16px;
    line-height: 1.6;
}
</pre></body></html>