@font-face {
  font-family: Impact;
  src: url(Impact.otf);
}

body {
  font-family:  Arial, Helvetica, sans-serif ;
  font-size: large;
  background-color: green;
  color: rgb(255, 255, 255);
}

h1 {
  color: rgb(245, 4, 168);
}

h2 {
color :aqua
}

body {
  position: relative;
}

#oiseau {
  position: absolute;  
  top: 400px;       
  left: 100px;  
  width: 100px;        
  height: auto;
}
#arbre {
  position: absolute;  
  top: 500px;            
  left: 700px;        
  width: 500px;    
  height: auto;
}
#humain {
  position: absolute; 
  top: 800px;       
  left: 600px;       
  width: 200px;     
  height: auto;
}
#soleil {
  position: absolute;   
  top: 10px;     
  left: 900px;     
  width: 200px;      
  height: auto;
}
#nuage {
  position: absolute;  
  top: 200px;     
  left: 400px;        
  width: 300px;         
  height: auto;
}
