
@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: "Merriweather", serif;
  font-size: 32px;
}

#wrapper {
  position: relative;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  background-color: aquamarine;
  height: 330px;
}

#blacksquare{
  position: absolute;
  left: 0px;
  top: 00px;
  background-color:black;
  width: 110px;
  height: 110px; 
}

#whitesquare{
  position: absolute;
  left: 0px;
  top: 0110px;
  background-color:white;
  width: 110px;
  height: 110px; 
}

#greysquare{
  position: absolute;
  left: 0px;
  bottom: 00px;
  background-color:grey;
  width: 110px;
  height: 110px; 
}

#bluesquare{
  position: absolute;
  left: 110px;
  top: 00px;
  background-color:blue;
  width: 110px;
  height: 110px; 
}
#darkbluesquare{
  
  position: absolute;
  left: 110px;
  top: 110px;
  background-color:darkblue;
  width: 110px;
  height: 110px; 
}



#midbluesquare{
  

    position: absolute;
    left: 110px;
    bottom: 00px;
    background-color:#3434cb;
    width: 110px;
    height: 110px; 
  }

#yellowsquare {
  
  position: absolute;
  right: 00px;
  top: 00px;
  background-color:yellow;
  width: 110px;
  height: 110px;
}

#redsquare {

  position: absolute;
  right: 00px;
  top: 110px;
  background-color:red;
  width: 110px;
  height: 110px;
}


#lightbluesquare{

  position: absolute;
  right: 00px;
  bottom: 0px;
  background-color:lightblue;
  width: 110px;
  height: 110px;
}















