*{ box-sizing:border-box; }
body{ margin: 3vmin;}
#white{ 
  width: 94vmin; 
  height:94vmin; 
  max-width:600px; 
  max-height:600px; 
  margin:0 auto;
  background-color: whitesmoke; 
  position:relative;
}

#pink{
  background-color: rgb(243, 191,186);
  position:absolute;
  left: 0vmin; 
  top: 74vmin;
  width: 91.3vmin; 
  height: 20vmin;
}
#pink1{
  background-color: rgb(243, 191,186);
  position:absolute;
  left: 40vmin; 
  top: 25vmin;
  width: 40vmin; 
  height: 50vmin;
}
#pink2{
  background-color: rgb(243, 191,186);
  position:absolute;
  left: 40vmin; 
  top: 7vmin;
  width: 51.3vmin; 
  height: 20vmin;
}