#bigorange{ 
  background-color: RGB(209,85,30);
  width:60vmin;
  height: 120vmin;
  margin:19vmin auto 0 auto;
  position: relative; 
}
#pink{
  background-color:salmon; 
  left: 0vmin;
  top: 30vmin;
  width:60vmin;
  height: 60vmin; 
  position: absolute; 
}

#redorange{
  background-color:RGB(199,52,31);
  left: 20vmin;
  top: 20vmin;
  width:20vmin;
  height: 80vmin; 
  position: absolute; 
}

#centerorange{
  background-color:RGB(209,85,30); 
  left: 8vmin;
  top: 50vmin;
  width:45vmin;
  height: 20vmin; 
  position: absolute; 
}