<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -moz-user-focus: ignore;  
    -moz-user-select: none;
}
@media print {
    body{display: none}
}</pre></body></html>