  body{
   background-color:#f0e6ef;


.texte { font-size: 50px; 
font-style: italic;
font-family: "Fira Sans", Georgia, sans-serif;
text-align: center; 
padding :  5px;
margin-bottom :10px;
color: #6A29C8;

} 

.texte2 { font-size: 25px; 
font-style: italic;
font-family: sans-serif;
text-align: center; 
padding :  5px;
margin-bottom :30px;
color: #6A29C8;

} 

.texte3 { font-size: 15px; 
font-style: italic;
font-family: sans-serif;
text-align: center; 
padding :  5px;
margin-bottom :30px;
color: black;

} 





.cadre { font-size: 1px;
     img {
        width: 350px;
        padding: 0px;
        border: 15px solid black;
        border-image: repeating-linear-gradient(30deg, #e0aaff, #9c89b8, #e0aaff 20px) 60;
        margin-bottom :20px;
        margin-left: 630px;
        margin-right: 500px;
}



.image_centree{
  width : 50%;
  height : 100%;
  border: 1px #23282d solid; 
  text-align: center;
   margin-left: auto;
   margin-right: auto;
   } 




  

  
a:hover {
color: red;
}

a:visited {
color: purple;
}

a:focus {
color: yellow;
  background: gray;
}