.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
  }

  img.imagencards {
    height: auto;
    max-width: 100%;
    height: 200px;
    width: 300px;
   }

   button.botoncards{
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #60223B;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
   }
  
  .price {
    color: grey;
    font-size: 22px;
  }
  
  .card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #60223B;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  
  .card button:hover {
    background-color: #8D6173;
  }