*{
    margin: 0;
    padding: 0;
    
}


footer{
    
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    background-position: center;
    background-repeat: no-repeat;
    background-image:linear-gradient(rgba(3, 11, 31, 0.801),rgba(3, 11, 31, 0.801)) , url("../image/foo.jpeg");
    background-size: cover;
    width: 100%;
    
   
    
    }

   .footerDiv , .Name{
   
    margin-top: 70px;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
   
   
   
   }

   .footerDiv{

    margin-bottom: 50px ;

   }

  .Name{
   
    display: flex;
    flex-direction: column;
    align-items: center;


  }

   footer div div {

       display: flex;
       flex-direction: column;
       justify-content: space-evenly;

   }

   

   h4{
   text-decoration: underline;
   font-size: 19px;
   color: white;
   
   }


   footer div p{

       color: white;
       font-size: 17px;
   }

   .NameSite{

      font-size: 45px;
      color: rgb(0, 68, 255); 
      font-weight: bold;
      font-family: serif;
      


   }

   .NameSite span{

    color: rgb(255, 123, 0);
   }


  i{

    color: white;
    font-size: 25px;
  }

.footerOrange{
      
  color: rgb(255, 123, 0);
  text-decoration: underline !important;
}




@media screen and (max-width: 800px){



     footer{

     display: flex;
     flex-direction: column;
    
    
     
     }

    footer div{

    width: 90%;
    margin-left: 20px;
    }

   
     footer div {
        
        display: flex;
        flex-direction: column;
     }

     
     

     .footerDiv{

         margin-top: 30px;
     }

     .NameSite{

        font-size: 35px;
        color: blue;
        font-weight: bold;
  
  
     }
  
    

 }


