<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    position: relative;
    margin: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f3f3f4;
}

footer {
    background-color: #333;
}

.navbar-header {
    margin-left: 5px;
    padding-bottom: 5px;
}

.content {
    padding-bottom: 20px;
}
</pre></body></html>