@charset "UTF-8";
/* CSS Document */

body {
	background-color: #BCDDDA;
}

h1 {
	color: #8E2526;
	font-size: 36px;
	text-align: center;
	margin-top: 50px;
}

h2 {
	color: #663B3C;
	font-size: 24px;
	text-align: center;
	margin-top: 50px;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 50%;
	height: auto;
}

footer {
	position: bottom;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #4d4d4d;
	color: white;
	text-align: center;
	padding: 20px;
}