body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: white;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
}

h1 {
    font-size: 2rem;
    color: #3aa7a3; /* Couleur assortie au logo */
    margin-top: 20px;
}

img {
    max-width: 150px;
    height: auto;
}
