<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
color:#000;
background: #000;
height: 100%;
width: 100%;
position: absolute;
overflow: hidden;
margin: 0px;
}
.player {
position: absolute;
color:#000;
background:#000;
width: 100%;
height: 100%;
overflow: hidden;
margin: 0px;
}
</pre></body></html>