@charset "utf-8";
/* CSS Document */

h1 {
	color:#e88449;
}

.options {
	width:65%;
	margin:auto;
	text-align:center;
}

@media only screen
and (min-width:1280px)
and (max-width:2000px)
{
	
}

@media only screen
and (min-width:1px)
and (max-width:1279px)
{
	
h1 {
	font-size:42px;
}

}