<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sideNav {
    position: fixed;
    height: 100%;
    width: 8em;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: black;
    overflow-x: hidden;
}

.sideNav a {
    padding-left: 1ex;
    padding-right: 1ex;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    font-size: large;
    color: orange;
    display: block;
}

.sideNav a:hover {
    color: azure;
}
</pre></body></html>