.flex{
    display: flex;
}

.flex-direction-column{
    flex-direction:column
}

.flex-direction-between{
    justify-content: space-between
}