@charset "UTF-8";
/* CSS Document */
@media only screen and (min-width: 601px) {

h1 {
	background-color: #D3DE00;
	font-family: 'Shadows Into Light', cursive;
	text-align: center;
	text-transform: uppercase;
	padding: .5em;
	margin: .5em .5em .5em .5em;
	border-radius: 10px;
	color: #C20C0F;
}
}