body {
	background-color: #3e111D;
	font-family: 'Courier New', Courier, monospace;
	color: whitesmoke;
}

h1 {
	text-align: center;
	font-size: 2em;
	width: 100%;
}

#main {
	text-align: center;
	margin-top: 2em;
}

#main-image {
	max-height: 300px;
}

#footer {
	position: absolute;
	bottom: 0em;
	font-size: 0.8em;
}