.fav button {
    outline: none;
    border: none;
    background-color: transparent;
    color: red;
}

.card {
    padding: 0;
    display: flex;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 40px;
}

.placeholder {
    height: auto;
    font-size: 4rem;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 40px 40px 0 0;
}

.card img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px 40px 0 0;
}

.img-container {
    overflow: hidden;
    position: relative;
    align-items: center;
}

.cardTitle {
    margin: 0 0 0 10px;
    padding: 0;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cardContent {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.cardContent div {
    margin: 0 10px;
}

.fa-square {
    color: grey;
}

.dif1 {
    color: lawngreen;
}

.dif2 {
    color: orange;
}

.dif3 {
    color: red;
}

.button_zone {
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.numberOfPeople {
    position: relative;
    top: 0;
    left: 10%;
    width: 50px;
    height: 20px;
}