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

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