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

#greenbox1{
  position:absolute;
  right:155px;
  top:90px;
  background-color:green;
  width:80px;
  height:60px;
}

#greenbox2{
  position:absolute;
  right:0px;
  top:0px;
  background-color:green;
  width:155px;
  height:240px;
}
#beigebox{
  position:absolute;
  right:75px;
  top:90px;
  background-color:beige;
  width:80px;
  height:60px;
}
