@charset "utf-8";
/* CSS Document */

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center; /* Centre le texte sous l'image */
}

.container img {
    max-width: 100%;
    height: auto;
}
