.elementor-187 .elementor-element.elementor-element-bd6a898{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-af48c2b */#juego-numeros {
    text-align: center;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9c8e0;
    border-radius: 15px;
    max-width: 400px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

#juego-numeros h2 {
    color: #ff69b4;
    font-size: 24px;
}

#juego-numeros input {
    padding: 8px;
    font-size: 18px;
    margin: 10px 0;
    width: 80%;
    border-radius: 10px;
    border: 2px solid #ff69b4;
}

#juego-numeros button {
    padding: 10px;
    font-size: 18px;
    background-color: #ff69b4;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
    transition: background-color 0.3s ease;
}

#juego-numeros button:hover {
    background-color: #ff1493;
}

#resultado {
    font-size: 20px;
    margin-top: 20px;
    color: #ff69b4;
}

#confetti-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}/* End custom CSS */