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

.text{width:960px;
	min-height:500px;
	max-height:999999px;
	margin:30px auto;
	font-size:16px;
	line-height:24px;
	color:rgba(255,255,255,1.00);
	text-align:center;}
	
@media screen and ( max-width:821px )
{
.text{width:90%;
	margin: 30px auto;
	min-height:200px;
	font-size:3.8vw;
	line-height:24px;
	color:rgba(255,255,255,1.00);
	text-align:left;}
}











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