
@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;
  top: 50px;
  width:100%;
  max-width:310px;
  margin:10 auto;
  background-color:pink;
  height:240px;
}

#bluebox{
  position:absolute;
  right:1px;
  top:px;
  background-color:blue;
  width:111px;
  height:60px;
}



#redbox{
  position:absolute;
  right:px;
  top:1px;
  background-color:red;
  width: 61px;
  height:60px;
  
  
}

#yellowbox{
  position:absolute;
  right:1px;
  top:180px;
  background-color:yellow;
  width: 61px;
  height:60px;


}
#greenbox{
  position:absolute;
  right:px;
  top:180px;
  background-color:green;
  width:111px;
  height:60px;
}