body{
  background-color: rgb(108, 90, 38);
}
h1{
  
  text-align: center;
}
#container{
  margin: auto;
  margin-top: 5%;
  background-color: rgba(255, 255, 255, 0.6);
  width: 350px;
  height: 450px;
  position: relative;
}
#corps{
  top:16.5%;
  left: 25%;
  width: 50%;
  height: 67%;
  background: #B47618;
  z-index: 2; /*  Le z-index:1 est notre container */
  position : absolute;
  border-radius: 42%;
}

.element{
  z-index: 3;
  position: absolute;
}
/*Ajouter le css images ici*/

#brows{
  top: 40px;
  left: 25px;
}

#eyes{
  top: 60px;
  left: 32px;
}

#feet{
  top: 265px;
  left: -23px;
}

#hat{
  top: -39px;
  left: -3px;
}

#leftear{
  top: 70px;
  left: 166px;
}

#lefthand{
  top: -25px;
  left: 118px;
}

#nose{
  top: 72px;
  left: 17px;
}

#rightear{
  top: 70px;
  left: -43px;
}

#righthand{
  top: 146px;
  left: -59px;
}