body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://srv1264-files.hstgr.io/436ddefafe6e3f10/files/public_html/boda/imagenes/boda1.jpeg');
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    color: #fff;
}

.invitation-container {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente para el texto */
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: 20px;
}

h1 {
    margin: 0;
    font-size: 2em;
    color: black;
}

p {
    margin: 10px 0;
    color: black;
}

button {
    background-color: #e6007e; /* Color de botón */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

button:hover {
    background-color: #d5006c; /* Color de botón al pasar el cursor */
}

.hidden {
    display: none;
}

#wedding-info {
    margin-top: 20px;
}
