<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#backdrop &gt; div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#three_canvas {
	background-color: #000;	
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	height: 100%;
}
</pre></body></html>