@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap');

body {
    background-color: #f0e6db;
}

.invitation {
    text-align: center;
    padding: 50px;
    border: 5px solid gold;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: white;
}

.titre, .evenement {
    font-family: "Bonheur Royale", serif;
    font-size: 3rem;
    font-weight: bold;
    color: #551a8b; /* Un violet foncé pour un aspect royal */
}

.texte, .date, .lieu, .rsvp {
    font-size: 1.5rem;
    color: #333;
}

.image {
    max-width: 200px;
    border-radius: 10px;
    margin: 10px auto;
} 
.enigme1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 50px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.invitation1 {
    text-align: center;
    padding: 50px;
    border: 5px solid gold;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: blue;
}
