.flex{display:flex}.flex-column{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.flex-x-center{justify-content:center}.flex-x-between{justify-content:space-between}.flex-x-end{justify-content:flex-end}.flex-y-center{align-items:center}.flex-y-end{align-items:flex-end}