<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
	opacity: 0.3;
	color: red;
	-moz-transition: opacity 1s ease 1s;
	-webkit-transition: opacity 1s ease 1s;
	-o-transition: opacity 1s ease 1s;
	transition: opacity 1s ease 1s; }
</pre></body></html>