body {
	font-family: Arial, sans-serif;
	background-color: #00ffab;
	margin: 20px;
	color: #29bdc1;
}

.section-header {
	color: darkblue;
	border: 3px solid blue;
	border-radius: 10px;
}

#title {
	text-align: center;
	color: darkred;
}

img {
	border: 5px solid black;
	border-radius: 15px;
}
