html {
	background-position: left top;
	background-color: rgba(255, 180, 0, 0.6);
}
header {
	background-image: url(images/banner.jpeg);
	background-position: center 610px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: cursive;
	color: white;
}
img {
	width: 400px;
	height: 225px;
}
header > p {
	font-weight: bold;
}
h2 {
	font-family: sans-serif;
}
h3 {
	font-family: cursive;
}
section, footer {
	width: 1000px;
	margin: 20px auto 20px auto;
}
body {
	background-color: rgba(235, 227, 239, 0.8);
	padding: 10px;
	margin: 20px;
}
footer {
	color: rgb(255, 190, 0);
}