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

body {
  background: black;
  float: center;
  font-size: 100px;
  color: #fff;
  font-family: "Lucida Console", Monaco, monospace;
}
        div.floatl {
        font-family: "Lucida Console", Monaco, monospace;
        font-size: 20px;
        letter-spacing: 2px;
        word-spacing: 2px;
        font-weight: normal;
        text-decoration: none;
        font-style: normal;
        font-variant: normal;
        text-transform: none;
        border: 1px dashed #888;
        color: #888;
        text-align: center;
        width:150px;
        height: 150px;
        margin: 2px;
        padding: 4px;
        float: left;
        }
</pre></body></html>