<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo {
   height:40px;
   width:auto;
}

h1 {
   margin:1.5em 0 .5em 0;
   border-bottom:1px solid #777;
}

h1.text-body-emphasis {
   margin:0 0 1em 0;
   border:none;
}

h2 {
   margin-top:2em;
}

h3 {
   margin-top:2em;
}

h4 {
   margin-top:2.5em;
}

h5 {
   font-size:1em;
   font-weight:bold;
   margin-top:2em;
}

p.screenshot {
   width:100%;
/*   text-align:center;*/
}

p.screenshot &gt; img {
   box-shadow:0 0 10px #111;
   width:100%;
   max-width:max-content;
   height:auto;
}

code pre {
   background:#f6f6f6;
   border:1px dashed #ccc;
   padding:5px;
}


code {
   background:#f6f6f6;
   border:1px dashed #ccc;
   padding:5px;
}</pre></body></html>