

#box1{
  position: relative;
  background-color: #EB2C1B;
  width: 94vmin;
  width: 57vmin; 
  height:94vmin; 
  max-width:600px; 
  max-height:600px; 
  margin:0 auto;
}
#box3{
  position: absolute;
  background-color: #F6B0A3;
  width: 10vmin; 
  height:94vmin; 
  margin:0 auto;
}
#box2{
  position: absolute;
  background-color: #EAD4AA;
  width: 57vmin; 
  height:10vmin; 
  left: vmin; 
  top: 84vmin; 
  margin:0 auto;

}
#box4{

  position: absolute;
  background-color: #EED545;
  width: 10vmin; 
  height:94vmin; 
  left: 47vmin; 
  top: vmin; 
  margin:0 auto;
}
#box5{ 
  position: absolute;
  background-color: #A3DAE4;
  width: 57vmin; 
  height:10vmin; 
  left: vmin; 
  margin:0 auto;
}

