body {
	margin: 0;
	padding: 0;
	background-color: #004E3C;
	color: #F1DB7F;
	text-align: center;
	font-weight: bold;
}

#container {
	margin: 50px auto;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.description {
	margin: 25px 0;
}

p.description img {
	margin: 0 30px;
}
