.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -0.5em;
  padding: 0 5em 0 5em;
    flex-direction: row;
}

.card {
    flex-direction: column;
    justify-content: space-between;
    margin: 2rem;
    width: 280px;
    height: 430px;
}

.img-container {
    width: 100%;
    min-height: 250px;
    max-height: 250px;
}

.placeholder {
    width: 100%;
    min-height: 250px;
    max-height: 280px;
}

.card img {
    min-height: 250px;
    max-height: 250px;
}

.cardTitle {
    font-size: 0.6rem;
}

.cardContent {
    font-size: 1rem;
}

.fav {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
.fav button {
    font-size: 1.8rem;
}

.fav-detail {
    position: absolute;
    top: 155px;
    right: -60px;
    width: 50px;
    height: 50px;
}

.fav-detail button {
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 2em;
}

.button_zone {
    width: 100%;
}

.cardTitle h1 {
    width: 80%;
}
