<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
   color: rgb(255, 255, 255);
   background-color: rgb(0, 0, 0);
}

pre {
   font-size: 0.9rem;            /* Or use relative units like 1em */
 }

a{
   color: rgb(255, 255, 255);
   text-decoration: none;
}</pre></body></html>