body {
	font-family: "catseye", sans-serif;
}

#animation {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	background: #FFF2E5;
}

h1 {
	font-size: 1.5em;
	width: 400px;
	background: #603813;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: white;
	text-shadow: 2px 2px 5px #000000;
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #000000;
}

canvas {
	border: 0px solid white;
	position: absolute;
	margin-top: 20px;
	margin-left: 62px;
}

#bg {
	width: 400px;
	background: #FFF2E5;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #000000;
}

#image_bg {
	width: 400px;
	margin-top: 10px;
	box-shadow: 2px 2px 5px #000000;
}

footer {	
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	background: #422B14;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

.footer {
	color: white;
	font-family: "mr-eaves-sans", sans-serif;
	font-size: 0.9em;
	margin: 10px;
}

#logo {
	width: 7%;
	margin-left: 10px;
}

.footer a {
	color: white
}