h1 {
	font-size: 6em;
	text-align: center;
}

.content {
	width: 60%;
	margin: 0 auto;
}

body {
	font-family: sans-serif;
}


/* this makes mobile fill more of the screen side-to-side */
@media only screen and (max-device-width: 420px) {
	.content {
		width: 90%;
		margin: 0 auto;
	}
	
	h1 {
		font-size: 5em;
		text-align: center;
		/* color: #9e1b34; */
	}
}
