<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: sans-serif;
    background-color: lightgoldenrodyellow;
}

.error-message {
    padding: 1rem;
    background-color: red;
    color: white;
}

#site-name {
    font-size: 300%;
}

h1 {
    font-size: 200%;
    font-weight: normal;
}


footer {
    font-size: small;
    border-top: solid thin lightgray;
    padding-top: 0.5rem;
}</pre></body></html>