:root{color-scheme:dark;font-family:Courier New,ui-monospace,monospace;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#0a0a0a;color:#fafafa;overflow:hidden}.flappy-shell{min-height:100vh;display:grid;place-items:center;background:#0a0a0a;user-select:none;-webkit-user-select:none}.flappy-canvas{display:block;max-width:100vw;max-height:100vh;image-rendering:pixelated;image-rendering:crisp-edges;cursor:pointer;border:2px solid #1a1a2e;border-radius:4px;box-shadow:0 0 40px #f973161a,0 0 80px #f7931a0d}
