/* Flappy Bird Text Visibility Fix */
.flappy-instructions p {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

.flappy-instructions strong {
    color: #e67e22 !important;
    font-weight: 700 !important;
}

/* Fix difficulty label visibility */
.flappy-difficulty label {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}
