body {
	background: url(honeycomb.png);
	font-size: 20px;
	font-family: sans-serif;
	background-color: white;
	margin: 60px;
}
h1 {
	font-size: 50px;
	text-align: center;
	font-family: verdana;
}
h2 {
	font-size: 30px;
	text-align: center;
	font-family: verdana;
}
h3 {
	font-size: 15px;
	font-family: serif;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}