/* Общие стили */
body { margin: 0; padding: 0; background: #111; color: #eee; }
button:active { transform: scale(0.95); }
.flash-wrong { animation: flash 0.5s; }
@keyframes flash { 0% { background-color: red; } 100% { background-color: transparent; } }