*{box-sizing:border-box}html,body,#app{height:100%;margin:0;position:relative;background:#000}img{display:block}.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.wrap{flex-wrap:wrap}.flex-item{flex-shrink:0}.flex-item.shrink{flex-shrink:1}.flex-item.expand{flex-grow:1;flex-shrink:1;overflow:hidden}.flex-item.fixed{position:relative}.flex-item.fixed>.flex{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto}
