<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    font-family: "Exo";
    margin: 0;
    padding: 0;
    height: 100%;
}

#content {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

textArea {
    width: 100%;
    height: 100%;
    border: none;
    padding: 1%;
    line-height: 1.5;
}</pre></body></html>