/* Styles pour centrer le contenu et ajouter une touche futuriste */
body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff;
    font-family: Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.email {
    margin-top: 20px;
    font-size: 1.2em;
    color: #333333;
    font-weight: 500;
    text-align: center;
}