body {
  background-image: url(images/gojo_fond.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-family: 'Courier New', Courier, monospace;
}
h1 {
  text-align: center;
  color: #000000;
  text-shadow: #ffffff 1px 0 10px;
}
#container {
  width: 350px;
  margin: auto;
  height: 450px;
  background-color: #211b224a; /* A commenter plus tard */
  position: relative;
}
#corps {
  position: relative;
  z-index: 2; /*  Le z-index: 1 est celui notre container */
  height: 67%;
  width: 50%;
  top: 16%;
  left: 25%;
  background-color: rgb( 254 , 195 , 172);
  border-radius: 42% ; 
} 
.elements {
  z-index: 3;
  position: absolute;
}

/* Ajoutez le css des images ici */

  

#hatonepiece {
  top: -27px;
  left: 20px;
  width: 120px; /* Définissez la largeur souhaitée */
  height: 120px; /* Définissez la hauteur souhaitée */
  scale: 2.9;
  object-fit: contain;
}

#narutoeyes {
  top: 110px;
  left: 40px;
  width: 90px; /* Définissez la largeur souhaitée */
  height: 90px; /* Définissez la hauteur souhaitée */
  scale: 2;
  object-fit: contain;
}



#rightarmV2 {
  top: 90px;
  left: 75px;
  width: 90px; /* Définissez la largeur souhaitée */
  height: 90px; /* Définissez la hauteur souhaitée */
  scale: 5;
  object-fit: contain;
}

#leftarmV2 {
  top: 90px;
  left: 10px;
  width: 90px; /* Définissez la largeur souhaitée */
  height: 90px; /* Définissez la hauteur souhaitée */
  scale: 5;
  object-fit: contain;
}

#boucheV2 {
  top: 180px;
  left: 40px;
  width: 90px; /* Définissez la largeur souhaitée */
  height: 90px; /* Définissez la hauteur souhaitée */
  scale: 2;
  object-fit: contain;
}

#noseV2 {
  top: 100px;
  left: 25px;
  width: 90px; /* Définissez la largeur souhaitée */
  height: 90px; /* Définissez la hauteur souhaitée */
  scale: 2.5;
  object-fit: contain;
}




