

#canvas{
  background-color: rgb(76, 99, 175);
  width: 55vmin;
  height: 70vmin;
  margin: 19vmin auto 0 auto;
  position: relative;

}

#secondring{
  position:absolute;
  left: 0vmin;
  top: 18vmin;
  width: 40vmin;
  height: 52vmin;
  background-color: rgb(92, 139, 71)

}

#innerring{
  position:absolute;
  left: 0vmin;
  top: 42vmin;
  width: 20vmin;
  height: 28vmin;
  background-color: rgb(176, 87, 67)

}