.myCarousel {
    display: flex;
    flex-direction: column;
}

.card-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card {
    margin: 10px;
}

.flyer-options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.btn-like {
    background-color: ghostwhite;
    color: blue;
}
.btn-dislike {
    background-color: ghostwhite;
    color: brown;
}

.btn-isChoice {
    background-color: aqua;
}
