
#bigboxring{
  position:relative;
  left: 5vmin;
  top: 5vmin;
  width: 60vmin;
  height:62vmin;
  background-color: rgb(17,89,119);
}

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

#innerring{
  position: absolute;
  left: 10vmin;
  top: 15vmin;
  width: 20vmin;
  height:20vmin;
  background-color: rgb(11 ,95,102)
}