#canvas {

  width: 55vmin;
  height: 80vmin;
  margin: 20vmin auto;
  position: relative;
  background-color: #000000;


}

#secondring {

  position: absolute;
  width: 53vmin;
  height: 78vmin;
  margin: 1vmin auto;
  left: 1vmin;
  top: 0vmin;
  background-color: #e5dfdf;

}

#third {

  position: absolute;
  width: 23vmin;
  height: 78vmin;
  margin: 1vmin auto;
  left: 1vmin;
  top: 0vmin;
  background-color: #272625;

}


#cuatro{
  width: 6vmin;
  height: 40vmin;
  background-color: #e5d9d4;
  position: absolute;
  left: 11vmin;
  top: 15vmin;

}

#cuatro2{
  width: 7vmin;
  height: 40vmin;
  background-color: #b7b0ad;
  position: absolute;
  left: 17vmin;
  top: 39vmin;

}