.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.card {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 180px;
    margin-left: 0;
    border-radius: 0;
    margin-bottom: 5px;
}

.img-container {
    width: 180px;
    min-height: 180px;
    max-height: 180px;
    border-radius: 0;
}

.placeholder {
    width: 180px;
    min-height: 180px;
    max-height: 180px;
    border-radius: 0;
}

.card img {
    min-height: 180px;
    max-height: 180px;
    border-radius: 0;
}

.cardTitle {
    font-size: 1.2rem;
    margin-top: 10px;
}

.cardTitle h1 {
    width: 410px;
    margin-bottom: 5px;
}

.cardContent {
    font-size: 1.7rem;
    margin-bottom: 20px;
}


.numberOfPeople {
    width: auto;
}

.fav {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 300px;
}

.fav button {
    font-size: 3.2rem;
}
.fav-detail {
    position: absolute;
    top: 260px;
    left: -98px;
    width: 50px;
    height: 50px;
}

.fav-detail button {
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 2em;
}

.difficulty {
    display: flex;
    flex-direction: row;
}

.difficulty i {
    margin-left: 10px;
}

.cardContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cardContentTitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.button_zone {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 20px;
    height: 100%;
    margin: 0;
}

.button_zone button {
    font-size: 1.5rem;
    height: 60px;
    border-radius: 60px;
}