* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #f5f5f5; display: flex; justify-content: center; }
.container { max-width: 920px; width: 100%; }
canvas { display: block; border-radius: 8px; }
button { font-family: Arial, sans-serif; }
