.elementor-7250 .elementor-element.elementor-element-b4dfcf5{--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-cb52550 */.game-container {
    background-color: #fff;
    padding: 20px;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
    margin-top: 60%;
}

h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.text-selection {
    margin-bottom: 20px;
}

select, button {
    padding: 10px;
    margin: 10px 0;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

button {
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.text-container {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin-top: 20px;
}

.text-display {
    position: absolute;
    top: 0;
    width: 100%;
    transition: top 1s ease-in-out;
}

.countdown {
    font-size: 20px;
    font-weight: bold;
    color: #d9534f;
    margin-top: 20px;
}/* End custom CSS */