0
120

🎉 Fim de Jogo! 🎉

Pontuação Final: 0
.music-btn { background: #96ceb4; color: white; border: none; padding: 10px 15px; border-radius: 15px; font-size: 1.5rem; cursor: pointer; transition: all 0.3s ease; min-width: 50px; } .music-btn:hover { background: #7fb89a; transform: scale(1.1); } .music-btn.muted { background: #ff6b6b; } .music-btn.muted:hover { background: #ff5252; }