<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main, #page {
    -webkit-flex-flow: column;
            flex-flow: column;
}

#main &gt; nav, #main &gt; article,  #main &gt; aside {
    /* Return them to document order */
    -webkit-order: 0;
            order: 0;
}
  
#main &gt; aside {
    min-height: 50px;
    max-height: 50px;
}

footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width:95%;
}
</pre></body></html>