.card {
box-shadow: 9px -11px 24px 0px rgba(0,0,0,0.75);
padding: 20px;
width: 80%;
margin: 0 auto;
}

.card img {
width: 300px;
height: 300px;
}

.card-body{
margin-bottom: 20px;
height: 200px;
}

.card-footer{
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}