#app,body{margin:0;width:100%;height:100vh;min-width:1500px;overflow-y:hidden;font-size:.24rem}.flex-center{justify-content:center}.flex-center,.flex-start{display:flex;flex-wrap:wrap;flex-direction:row;align-content:center;align-items:center}.flex-start{justify-content:flex-start}.flex-end{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.flex-colum{align-content:center;align-items:center}.flex-colum,.flex-colum-start{display:flex;flex-direction:column;justify-content:center}.flex-colum-start{align-items:flex-start}.flex-colum-end{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.flex-between{justify-content:space-between;align-content:center}.flex-around,.flex-between{display:flex;flex-wrap:wrap;flex-direction:row;align-items:center}.flex-around{justify-content:space-around}