.btn {
	font-family: Calibri;
	color: #ffffff;
	font-size: 20px;
	background: #24bd73;
	padding: 10px 20px;
	text-decoration: none;
}

.btn:hover {
	background: #3cfa68;
	text-decoration: none;
}

a.btn {
 text-decoration: none;
}