.elementor-7197 .elementor-element.elementor-element-3ffb490{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-a905ce0 *//* Estilos generales */
#welcomeSection, #textDisplay, #countdown, #questionsSection, #scoreSection {
    text-align: center;
    margin: 20px;
}

h1 {
    font-size: 24px;
    color: #cc0d39;
}

select, input, button {
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

button {
    background-color: #cc0d39;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #b3092f;
}

.text-display {
    margin-top: 20px;
}

.countdown {
    font-size: 20px;
    font-weight: bold;
    color: #e60000;
}

.questions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.questions p {
    margin: 10px 0;
}

.score {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#textDisplay {
    font-size: 18px;
    color: #333;
}/* End custom CSS */