.main {
	margin: auto;
	width: 90%; /* Change to be responsive */
	text-align: center;
	padding: 20px;
}

.logo {
	width: 100%; /* Scale image to fit container */
	height: auto;
}

h1 {
	font-size: 30px;
	margin-bottom: 5px;
}