body{background:#171417;margin:0;padding:0;overflow:hidden;max-height:100vh;max-width:100vw}*{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;height:100%;justify-content:center;flex-direction:column;justify-content:space-between;max-width:500px;align-items:center;margin:auto;height:100vh}#app,main{display:flex;position:relative}main{width:100%;flex:1 1 auto;justify-content:center}header{width:100%;justify-content:space-between;flex:0 0 100px}header,header .logo{display:flex;align-items:center}header .logo{justify-content:center}header .left{justify-content:left}header .left,header .right{display:flex;align-items:center}header .right{justify-content:right}@supports(-webkit-touch-callout:none){#app{min-height:-webkit-fill-available}body{max-height:-webkit-fill-available}}