#bluerect{
  padding: 10px;
  background-color: #abdde4;
  Position:relative;
  margin: 0 auto;
  width: 90vmin;
  height: 110vmin;
}

#pinkrect{
  background-color: #f7ac97;
  position: absolute;
  width: 10%;
  height: 92%;
  left: 0%;
  bottom: 0%;
}

#tanrect{
  background-color: #ead2a2;
  position: absolute;
  width: 80%;
  height: 10%;
  bottom:0%;
  left: 10%;
}

#yellowrect{
  background-color: #f0d404;
  position: absolute;
  width: 10%;
  height: 92%;
  right: 0%;
  bottom: 0%;
}

#redbox{
  background-color: red;
  position: absolute;
  width: 80%;
  height: 84%;
  left: 10%;
  bottom: 8%;
}