.stack{flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.stack.center{align-items:center}.stack.nowrap{flex-wrap:nowrap}.stack.start{align-items:flex-start}.stack.end{align-items:flex-end}.stack.justify-center{justify-content:center}.stack.justify-start{justify-content:flex-start}.stack.justify-end{justify-content:flex-end}.stack.justify-around{justify-content:space-around}.stack.gap-base{gap:10px}.stack.gap-large{gap:20px}.stack.gap-small{gap:5px}.stack.stack-block{flex-direction:column}.stack.stack-inline{flex-direction:row}
