.card-content {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
	.card-content a {
		text-decoration: none;
	}

		.card-content a:hover {
			background-image: none;
		}

