.card-link {
	width: 18rem; 
	height: 200px;
	color: #000;
}
.card-link:hover {
	text-decoration: none !important;
	background-color: #BED5C2;
	color: #287F37;
}