/* ----- */
/* Board */
/* ----- */

.card {
    width: 30px;
}

.flag_svg {
    width: 30px;
}

.board_1 {
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    align-items: center;
    justify-content: center;
}

.table_1 {
    background-color: lightgray;
    border-top: 2px solid darkred;
    height: 15px;
    width: 100%;
    border-radius: 2px;
}

.cards {
    display: flex;
    /*flex-wrap: nowrap;*/
    /*align-items: center;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
}

/* https://tobiasahlin.com/blog/flexbox-break-to-new-row/ */
.break {
    flex-basis: 100%;
    height: 0;
}
