#bluebox{
  background-color:#145575;
  padding: 10pt;
  Position:relative;
  width: 94vmin;
  height: 94vmin;
  margin: 0 auto;
}

#greenbox{
  background-color: #435002;
  position: absolute;
  width: 85%;
  height: 50%;
  bottom: 0%;
  left: 5%;
}

#redbox{
  background-color: #c41c29;
  position: absolute;
  width: 85%;
  height: 90%;
  top:0%;
  right: 10%;
}

#orangebox{
  background-color: #db650e;
  position: absolute;
  width: 81%;
  height:50%;
  top: 0%;
  left: 0%;
}

#whitebox{
  background-color: #d7e1e2;
  position: absolute;
  height: 65%;
  width: 76%;
  top: 5%;
  left: 5%;
}

#navybox{
  background-color: #181f3b;
  position: absolute;
  height: 40%;
  width: 24%;
  top: 5%;
  right: 19%;
}