body{
  margin: 0px;
}

#canvas{
  background-color: rgb(288, 168, 2);
  width: 60vmin;
  height: 62vmin;
  margin: 19vmin auto 0 auto;
  position: relative;
}


#secondring{
  width: 40vmin;
  height: 40vmin;
  top: 14vmin;
  left: 10vmin;
  background-color: rgb(194, 31, 88);
  position: absolute;

}


#innerring{
  
  width: 20vmin;
  height: 20vmin;
  top: 24vmin;
  left: 19vmin;
  position: absolute;
  background-color: rgb(224, 122, 0);

  
}

/*
.active{
  text-decoration: underline;
}
*/