<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#content h1 + .text {
	margin-top:0;
}
#content .image {
	margin-top: 60px;
	text-align: center;
}
#content .image img {
	max-width: 100%;
}

@media only screen and (max-width:767px) {
	#content .image {
		margin-top: 30px;
		text-align: center;
	}
}</pre></body></html>