<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');

/* General Codrops Demo Style */
@media screen and (max-width: 640px) {
.header a {
	display: block;
	text-align: center;
	font-size: 10px;
	text-shadow: none;
}
.header span.right_ab {
	float: none;
}
}
</pre></body></html>