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

@media only screen and (min-width: 1041px) {

h1 {
	background-color: #069AE6;
	font-family: 'PT Serif', serif;
	text-align: center;
	text-transform: uppercase;
	padding: .5em;
	margin: .5em .5em .5em .5em;
	border-radius: 10px;
	color: #00F2FF;
}
}