.cardDiv{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}