.flex{display:flex}.flex-justify-content{justify-content:space-between}.flex-col{flex-direction:column}.flex-col,.flex-row{display:flex;width:100%}.flex-row{flex-direction:row}.justify-start{display:flex;justify-content:flex-start}.justify-center{display:flex;justify-content:center}.justify-end{display:flex;justify-content:flex-end}.justify-evenly{display:flex;justify-content:space-evenly}.justify-around{display:flex;justify-content:space-around}.justify-between{display:flex;justify-content:space-between}.align-start{align-items:flex-start;display:flex}.align-center{align-items:center;display:flex;justify-content:center}.align-end{align-items:flex-end;display:flex}
