#root{color-scheme:dark light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:1em;min-width:320;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2em;height:100vh}body{min-height:100vh}img{max-width:90%}#header{font-size:16px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:90%;max-width:1024px}#header .row-view{visibility:hidden}#header .stack-view{display:flex;justify-content:space-between;width:100%}#footer{display:flex;flex-direction:column;align-items:center;gap:1.5em;padding-bottom:1em}#footer a{color:red}#footer .footer-item{font-size:12px;text-align:center}#footer a:visited{color:red}.main-content{width:90%}@media (min-width: 550px){#header{flex-direction:row;justify-content:space-between;width:100%}#header .stack-view{display:none;width:0}#header .row-view{visibility:visible}#footer{flex-direction:row;justify-content:space-between}#footer .footer-item{max-width:33%}}
