/* homepage stylesheet */

body {
	width: 100%;
	margin: auto;
	text-align: center;
	font-family: monospace;
	text-align: center;
	color: white;
	background-color: black;
}

#header {
	font-size: 50px;
}

#caption {
	width: 450px;
	margin: auto;
	font-size: 20px;
	padding: 5px;
	text-align: center;
}

#butterfly {
	width: 450px;
	margin: auto;
	padding: 10px;
}