@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;
  font-size: 18px;
  margin: 2px;
  color: #444;
  text-align:center:
}

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

#greenbox1{
  position: absolute;
  right: 0px;
  bottom: -250px;
  background-color: green;
  width: 160px;
  height: 220px;
}
#beigebox2{
  position: absolute;
  right: 160px;
  bottom: -250px;
  background-color: beige;
  width: 160px;
  height: 220px;
}


#greenbox3{
  position: absolute;
  left: 30px;
  bottom: -180px;
  background-color: green;
  width: 120px;
  height: 80px;
}

#beigebox4{
  position: absolute;
  left: 150px;
  bottom: -180px;
  background-color: beige;
  width: 120px;
  height: 80px;
}
