#canvas{
  width: 60vmin;
  height: 60vmin;
  margin: 20vmin auto;
position: relative;  
  background-color: rgb(211, 175, 122)
}

#secondring{
  background-color: rgb(232, 153, 105);
  width: 47vmin;
  height: 47vmin;
  left: 7vmin;
  top: 10vmin;
  position: absolute;
}

#innerring{
  background-color: rgb(248, 160, 63);
  width: 30vmin;
  height: 30vmin;
  left: 16vmin;
  top: 24vmin;
  position: absolute;
}