<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slightblue {
    color: #CCCCFF;
}
#fighting {
    color: darkslategray;
}
body {
    background-color: black;
    color: white;
    font-family: "Lucida Console", Consolas, "Courier New", monospace;
}
.centerimg {
    display: block;
    margin: auto;
    /* width: 50%; */
    border-radius: 50%;
}
footer {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
}</pre></body></html>