body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

h2{
    text-align: center;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em;
}

section {
    max-width: 600px;
    margin: 2em auto;
    padding: 1em;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 0.5em;
}

input,
textarea {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 1em;
}

button {
    background-color: #333;
    color: #fff;
    padding: 0.5em 1em;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}

.imggg {
    padding-bottom: 50px;
    width: 100%; /* La largeur de l'image sera égale à 100% de la largeur de son conteneur */
    height: auto; /* La hauteur sera ajustée proportionnellement pour maintenir l'aspect d'origine de l'image */
    display: block; /* Pour éviter l'espace blanc sous les images en tant qu'éléments en ligne */
    max-width: 100%; /* Pour s'assurer que l'image ne dépasse pas sa taille réelle */
    margin-bottom: 10px; /* Ajoute un espace entre les images pour une meilleure lisibilité */
    border: 2px solid #000;
}

.imggggggggggggggg{
    display: block;
}
