
.produc_card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width:100%;
  height:auto;
  margin-top:10px;
  margin-bottom:10px;
  text-align: center;
  font-family: arial;
  border:solid 0px  red;
  padding:10px;
}

#product_img
{
  width:40%;
  height:40% ;
  border:solid 0px  red;
}

.price {
  color: grey;
  font-size: 22px;
}

.produc_card button {
  border: none;
  outline: 0;
  padding:10px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size:10px;
}

.produc_card button:hover {
  opacity: 0.7;
}