body {
	font-family: "Century Gothic", sans-serif;
	background-color: #0e2b3d;
	margin: 0;
	height: 100%;
}

h1 {
	color: white;
	text-align: center;
	font-size: 64px;
	margin-bottom: 600px;
}
 
/*@media only screen and (min-device-width : 320px) and (max-device-width : 720px) {
	h1 {
		font-size: 10vw;
	}
 } 
 */
 


 