body {
	background-color: #B4AE6D;
	font-family: sans-serif;
	color: #303030;
}
h1 {
	text-align: center;
	font-family: Dongle;
	background-color: #737373;
	font-size: 60px;
}
.img1 {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
.img2 {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
.img3 {
	width: 500px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}
h2 {
	text-align: center;
	background-color: #727272;
	margin: 50px;
	padding: 10px;
}
p {
	text-align: justify;
}
