body {
    margin: 0;
    font-family: sans-serif;
    background-color: #2C3E50; /* Bleu Noble */
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.logo {
    max-width: 300px;
    height: auto;
    max-height: 200px;
}

.contact {
    margin-top: 20px;
}


p {
    font-family: 'Playfair Display', serif;
    font-size: 0.8rem;
}