#canvas{
  background-color: rgb(9, 67, 176);
  width: 60vmin;
  height: 60vmin;
  margin: 19vmin auto 0 auto;
  position: relative;
}

#secondring{
  position: absolute;
    left: 10vmin;
    top: 14vmin;
    width: 40vmin;
    height: 41vmin;
    background-color: rgb(9, 67, 110);
    
}

#innerring{
  position:absolute;
  left: 19vmin;
  top: 28vmin;
    width: 20vmin;
    height: 21vmin;
    background-color: rgb(11, 86, 69);
  
}