body{margin:0}.flex-row{display:flex;flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-col{display:flex;flex-direction:column}.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}.items-start{display:flex;align-items:flex-start}.items-center{display:flex;align-items:center}.items-end{display:flex;align-items:flex-end}.items-baseline{align-items:baseline}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}