html,body,#root{width:100%;height:100%;min-height:100%;margin:0}body{overflow:hidden;background:#f7f7f7}#root{display:flex;align-items:stretch;justify-content:center}#root>div{flex:1;min-height:100%;width:100%;max-width:560px;margin:0 auto;background:#fff;box-shadow:0 0 0 1px #0000000a}@media(max-width:560px){body{background:#fff}#root>div{max-width:none;box-shadow:none}}@media(min-width:900px){#root{padding:24px 0;box-sizing:border-box}#root>div{min-height:calc(100vh - 48px);border-radius:28px;overflow:hidden}}
