#Blue{
  background-color: darkblue;
  margin:10vmin; 
  width: 80vmin; 
  height: 140vmin; 
  Position: relative;
  top:auto;
  Left:0.5vmin; 
}

#Green{
  position: absolute;
  left: 12vmin;
  top: 50vmin;
  width: 60vmin;
  height:100vmin;
  background-color:forestgreen
}
#Orange{
  position: absolute;
  left: 12vmin;
  top: 95vmin;
  width: 35vmin;
  height:55vmin;
  background-color: orangered
}