
h1{
    text-align:center;
}



body{

    background-image:url(fond.png);
    background-repeat:no-repeat; 
}

.loader {
    position: absolute;
    background : url('icon-loader.gif') 50% 0% no-repeat;
    left : 0px;
    height : 59%;
    width : 100%;
    cursor : wait;
    }

img{
    width:50%; 
    height:110; 
    text-align:center;

}
body {
    align-items:center;
    height:100vh;

  }


footer{


    position:absolute;
    
    bottom:0;
    
    width:100%;
    
    padding-top:50px;
    
    height:50px;

}