<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    opacity: 1;
    -webkit-transition:opacity .5s ease-out 0s;
    -moz-transition:opacity .5s ease-out 0s;
    -o-transition:opacity .5s ease-out 0s;
    transition:opacity .5s ease-out 0s}
    
body.fadeout {
    opacity: 0;
    transition: none
}
</pre></body></html>