<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav {
    position: fixed;
    z-index: 5;

}

nav a {
    text-decoration: none;
    color: red;
    padding-right: 4em;
}</pre></body></html>