<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: red;
}

textarea {
	color: red;
}

html {
	background-color: black;
}

.right {
	position: absolute;
	right: 0px;
	width: 1000px;
	height: 600px;
	padding: 10px;
}</pre></body></html>