#canvas{
  width: 60vmin;
  height: 110vmin;
  margin: 20vmin auto;
  position: relative;  
  background-color: rgb(195, 80, 32);
}

#secondring{
  background-color: rgb(200, 87, 92);
  width: 60vmin;
  height: 70vmin;
  left: 0vmin;
  top: 20vmin;
  position: absolute;
}

#last{
  background-color: rgb(199, 53, 31);
  width: 22vmin;
  height: 96vmin;
  left: 20vmin;
  top: 7vmin;
  position: absolute;
}

#innerring{
  background-color: rgb(202, 86, 33);
  width: 45vmin;
  height: 25vmin;
  left: 8vmin;
  top: 45vmin;
  position: absolute;
  z-index: 5;
}