*{box-sizing:border-box}html,body{margin:0;height:100%;background:#0f0c15;color:#1d1816;font-family:Avenir Next,Segoe UI,Helvetica,Arial,sans-serif}body{display:flex;align-items:center;justify-content:center;overflow:hidden}#app{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}#app canvas{width:auto;height:auto;max-width:100vw;max-height:100vh;display:block}canvas{border:12px solid rgba(31,24,36,.85);border-radius:18px;box-shadow:0 16px 44px #00000040;display:block;margin:auto}
