/***** CSS *******/

body{
	font-family: 'Century Gothic', Calibri, serif;
	font-size: 20px;
	text-align: center;
	background-color: #91F2C2
}
img {
	width: 50%
}
.special:hover {
    opacity: 0.5 !important;
}
footer{
	background-color: #DDF291;
	border-top: 5px solid #ABC;
}
