
.card {
	display:inline-block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	font-family: arial;
	border: 2px solid #e7e7e7;
	border-radius: 4px;
	padding: .5rem;
}

.price {
	color: grey;
	font-size: 22px;
}

.button {
	border: none;
	outline: 0;
	padding: 12px;
	color: white;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
}

.card button:hover {
	opacity: 0.7;
}

.card-img-top {
    width: 100%;
    height: 200px;

}

.card-body > h2 {
    font-size: 1.4em;
    height: 100px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  
  padding: 10px;
  justify-content: center;
}

.grid-item {
	
}
