<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    display: flex;
    position: relative;
    width: 100%;
}

.flex-1 {
    flex: 1;
}

.flex-4 {
    flex: 4;
}

* {
    font-family: sans-serif;
}

#link-bar &gt; a {
    text-decoration: none;
}

#link-bar &gt; a:hover {
    text-decoration: underline;
}</pre></body></html>