

#box1{
  position: relative;
  background-color: #0f3333;
  width: 80vmin; 
  height:85vmin; 
  max-width:600px; 
  max-height:600px; 
  margin:0 auto;
}
#box2{
  position: absolute;
  background-color: #80d6d6;
  width: 30vmin; 
  height:30vmin; 
  left: 8vmin; 
  top: 10vmin; 
  margin:0 auto;
}
#box3{
  position: absolute;
  background-color: #00a5a5;
  width: 30vmin; 
  height:30vmin; 
  left: 43vmin; 
  top: 10vmin; 
  margin:0 auto;
}
#box4{
  position: absolute;
  background-color: #ffffff;
  width: 30vmin; 
  height:30vmin; 
  left: 8vmin; 
  top: 44vmin; 
  margin:0 auto;
}

#box5{
  position: absolute;
  background-color: #717171;
  width: 30vmin; 
  height:30vmin; 
  left: 43vmin; 
  top: 44vmin; 
  margin:0 auto;
  border-radius: 50%;
}