.stack{display:flex;flex-flow:column nowrap;justify-content:flex-start;align-items:center}.stack.full>*{width:100%}.deck{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.list{display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.spread-horizontal{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center}.gap-1{gap:1rem}.gap-2{gap:2rem}.center{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}