.flex{display:flex;}.flex-col{display:flex;flex-direction:column;}.items-center{align-items:center}.flex-row{display:flex;flex-direction:row;}.justify-center{justify-content:center}.justify-between{justify-content:space-between}