.card p{
	margin-top: -10px;
	margin-bottom: 1px;
}
.row .card:hover{
	box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
	transform: scale(1.02);
}