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

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Ellsworth", serif;
  font-size: 32px;
}


#wrapper{
  position:absolute;
  width:100%;
  top: 100px;
  max-width:300px;
  margin:0 auto;
  background-color: black;
  height:240px;
}

#blue{
  position:absolute;
  right:100px;
  top:0px;
  background-color:#0000ff;
  width: 100px;
  height:80px;


}

#yellow{
  position:absolute;
  right:0px;
  top:0px;
  background-color:yellow;
  width: 100px;
  height:80px;


}

#white{
  position:absolute;
  right:200px;
  top:80px;
  background-color:white;
  width:100px;
  height:80px;
}

#darkblue{
  position:absolute;
  right:100px;
  top:80px;
  background-color:#000066;
  width:100px;
  height:80px;
}

#red{
  position:absolute;
  right:0px;
  top:80px;
  background-color:red;
  width:100px;
  height:80px;
}


#grey{
  position:absolute;
  right:px;
  top:160px;
  background-color:#151104;
  width: 100px;
  height:80px;


}


#midiumblue{
  position:absolute;
  right:100px;
  top:160px;
  background-color:#003366;
  width:100px;
  height:80px;
}



#lightblue{
  position:absolute;
  right:0px;
  top:160px;
  background-color:#0086b3;
  width: 100px;
  height:80px;


}



