<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
h1, h2, h3, h4, h5, h6 {
	color: rgb(51,51,51);
	font-family:sans-serif;
}
.img-block {
        display: block;
		margin-left: auto;
		margin-right: auto;
}
.text-white {
	color: rgb(255,255,255);
}
a.text-white:hover {
	color: rgb(255,255,255);
}

</pre></body></html>