#panels img{
border-radius:1%;
width: 600px;
display: block;
margin:auto;

}
#panels2 img{
border-radius:1%;
width: 800px;
display: block;
margin:auto;

}

#texte
{color: aliceblue;
font-family:monospace;
margin: auto;
align-items: center;
}

#left img{
width:45%;
float: left;
align-items: center;
 margin-left:5%;
 margin-bottom: 2%;
}

#right img{
width: 45%;
float: right;
align-items: center;
 margin-right:5%;
 margin-bottom:2%;
}

#right2 img{
 border-radius:1%;
width: 45%;
display: flex;
margin-left: 50%;
margin-right: 5%; 
margin-top: 100%;  
}

#h text {
font-family:Georgia, 'Times New Roman', Times, serif;
display:flex;
position: relative;
left: auto;
top:auto

}
#titl text{
color: azure;

text-align: center;
}

#gallery img{
border-radius:1%;
width: 70%;
display:flex;
margin:auto;
flex-wrap: wrap;}

#h txt{
 margin:auto ;
display:flex;
font-family: arial; 
color:blue;
}