@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

*{ box-sizing: border-box;}

body {
  background-color:#708090;
 font-family: "Open Sans", sans-serif;
 font-size: 18px;
  margin: 2px;
  color: #fff9f9;
  text-align: center;

}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}
#boxone{
  position: relative;
  width: 312px;
  margin: 0 auto;
  background-color: #000000;
  height: 240px;}
  
  #boxtwo{position: absolute;
    right: 0px; 
    top: 0px;
    background-color:yellow;
    width: 104px;
    height: 80px;
}
#boxthree{position: absolute;
  right: 104px; 
  top: 0px;
  background-color:#2b59af;
  width: 104px;
  height: 80px;}
#boxfour{position: absolute;
  right: 0px; 
  top: 80px;
  background-color:#b03645;
  width: 104px;
  height: 80px;}
#boxfive{position: absolute;
  right: 104px; 
  top: 80px;
  background-color:#1f2640;
  width: 104px;
  height: 80px;}
#boxsix{position: absolute;
 left: 0px; 
  top: 80px;
  background-color:#fff;
  width: 104px;
  height: 80px;}
#boxseven{position: absolute;
  right: 0px; 
  bottom: 0px;
  background-color:#468aaf;
  width: 104px;
  height: 80px;}
#boxeight{position: absolute;
  left: 104px; 
  bottom: 0px;
  background-color:#294670;
  width: 104px;
  height: 80px;}
#boxnine{position: absolute;
  left: 0px; 
  bottom: 0px;
  background-color:#2b2b2b;
  width: 104px;
  height: 80px;}