body {
   
    margin: 20px   ;
    padding: 80px 0px;
    background-color: rgb(255, 255, 255);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 30px;
    text-align: center
    }
    
   
    
    header {
        background-image: url('../images/144.png') ;
    
        background-color: gray ;
     
        margin: 20px   ;
        padding: 320px 0px;
        text-align: center;
        
    }

   
    
    nav ul {
        list-style-type: none ;
        display: flex ;
        padding: 15px ;
        gap: 270px ; 
        background-image: url(../images/entete-2.jpg );
    -webkit-text-fill-color: aqua;
    font-size:large;
    border-radius: 15px; }
         
          header h2 {color: greenyellow;}

         img {border-radius: 30px;}
        
         .galerie img {width: 300px ;
        height: 200px ;
    border-radius: 10px;
    /* box-sizing: 10px 10px 10px 10px; */ }
   
    nav ul li a:hover { background-color: yellow;
        color:black ;
        text-align: start;}
    
        header h1{ color: rgb(2, 2, 0);
         font-size: 60 px;
         font-family: Tahoma;
          }

          nav2 ul { list-style-type: none ;
            display: flex ;
            padding: 20px ;
            gap: 50px ;
            -webkit-text-fill-color: rgb(94, 255, 0);
         font-size:x-large ; }