<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">nav.side-menu {
  position: fixed;
  top: 1em;
  right: 1em;
  background: lightblue;
  color: black;
  padding: 1em;
  font-weight: bold;
}

body {
  background: lightyellow;
}
</pre></body></html>