*{box-sizing:border-box}html,body{height:100%;margin:0;position:relative;overflow:hidden}.flex{display:flex}.flex.center{justify-content:center;align-items:center}.flex.acenter{align-items:center}.flex.right{flex-direction:row-reverse}.flex.top{flex-direction:column}.flex.bottom{flex-direction:column-reverse}.flex.wrap{flex-wrap:wrap}.flex-item{flex-shrink:0}.flex-item.shrink{flex-shrink:1}.flex-item.expand{flex-grow:1;flex-shrink:1}.flex-item.fixed{position:relative}.flex-item.fixed>.flex{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto}
