.flip-card {
    background-color: transparent;
    width: 200px;
    height: 200px;
    perspective: 1000px;
}

img:hover{
    cursor: pointer;
}


.flip-card-title{
    background-color: var(--theme-color);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align:center;
}


.styleCards{
    display: flex;
    justify-content: space-around;
}