.card{
    flex-grow: 1;
}

.flex-container-around{
    display: flex;
    justify-content: space-around;
}

.card-one{
    margin-right: 15px;
}

.flex-container{
    display: flex;
    justify-content: left;
}

.panel-flag{
    margin-left: 5px;
}
