Game Github.io May 2026
.canvas-panel { flex: 2; min-width: 280px; background: #070c17; border-radius: 1.5rem; padding: 1rem; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }
body { background: linear-gradient(145deg, #0a0f1e 0%, #0c1222 100%); min-height: 100vh; display: flex; justify-content: center; align-items: center; font-family: 'Segoe UI', 'Fira Code', 'Courier New', monospace; padding: 2rem; } game github.io
.score-box { background: #00000055; border-radius: 1rem; padding: 1rem; text-align: center; margin-bottom: 1.5rem; } .canvas-panel { flex: 2
button { background: #1f2a46; border: none; padding: 0.7rem 1rem; border-radius: 2rem; font-weight: bold; font-family: inherit; color: white; display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; transition: all 0.2s; border-bottom: 2px solid #3a4a72; } box-shadow: 0 10px 20px rgba(0
canvas { width: 100%; height: auto; background: #0f1422; display: block; cursor: pointer; }
.github-badge { background: #1e2a3e; padding: 0.4rem 1rem; border-radius: 60px; font-size: 0.8rem; font-weight: 600; color: #b9d0ff; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #2d3e5e; }