body{box-sizing:border-box;margin:0;padding:0;background:#e5f3f1}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.f-align-center{align-items:center}.f-justify-center{justify-content:center}.f-justify-end{justify-content:flex-end}.f-center{justify-content:center;align-items:center}.f-justify-between{justify-content:space-between}.flex1{flex:1}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}