body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: rgb(116, 116, 116);
    background-size: 400% 400%;
    animation: gradientAnimation 15s ease infinite; /* Animation du dégradé */
}


header {
    background-color: rgba(25, 78, 134, 0.8); /* Légèrement transparent */
    color: rgb(240, 182, 22);
    padding: 20px;
    text-align: center;
}

header img {
    border-radius: 50%;
    margin-top: 10px;
	
}

main {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

section {
    background-color: #3b02be;
    border-radius: 10px;
    
    padding: 15px;
    margin-bottom: 20px;
}


.images-container {
    display: flex; /* Aligne les images horizontalement */
}



h2 {
    color: #ffffffce;
}

p {
    color: white; /* Couleur pour le texte des paragraphes */
}

footer {
    text-align: center;
    background-color: rgba(1, 90, 185, 0.8); /* Légèrement transparent */
    color: blue;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: 100%;
    color: blue;
}