body, html {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: url('romantic-background.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Amatic SC', cursive;
}

.content {
    text-align: center;
    color: #fff;
}

.video-container {
    margin-bottom: 20px;
}

.responsive-video {
    border-radius: 10px;
    width: 80%;
    max-width: 960px; /* Tamaño más grande para el video */
}

.interaction-container {
    margin-top: 20px;
}

#dateInput {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

#confirmButton {
    cursor: pointer;
    background-color: #ff5e99;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#confirmDateButton{
    cursor: pointer;
    background-color: #ff5e99;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.hidden {
    display: none;
}

.game-button {
    background-color: #ff5e99;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#message {
    margin-top: 20px;
    font-size: 24px;
    color: #dd7070;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
