.flex{display:flex;justify-content:space-between}.flex.down{flex-direction:column}.flex.center{justify-content:center}.flex.start{justify-content:start}.flex.around{justify-content:space-around}.flex.evenly{justify-content:space-evenly}.flex.end{justify-content:end}
