.purchase
{
    text-align:center;
	background-color: white;
	margin: 30px,10px,10px,50px;
	margin-left: 20%;
	padding: 10px,10px,10px,10px;
	width: 350px;
	border-radius: 25px;
	
}
.tableau{
	border-spacing: 25px;
	align-content: center;
}
.title{
	text-align: center;
	color: #ebb04c
	
}
.thumbnail {
	position: relative;
}

.caption {
	position: absolute;
	top: 62%;
	left: 20%;
	width: 100%;
}
.fa-spin-hover:hover {
	-webkit-animation: fa-spin 2s infinite linear;
	-moz-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.card:hover{
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}