@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:0px;
  color: #444;
}

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

.center{
  text-align: center;
  max-width: 100%;
  background-color: rgb(255, 255, 230);
  padding: 30px;
}

#grey1{
  display: inline-block;
  position: relative;
  background-color: rgb(214,201,192);
  width:330px;
  height:270px;
}

#green2{
  display: inline-block;
  position: relative;
  background-color: rgb(0,97,66);
  width:110px;
  height:90px;
  margin-top: 90px;
  margin-left: 55px;
}

#green1{
  display: inline-block;
  position: relative;
  background-color: rgb(0,97,66);
  width:165px;
  height:270px;
}

#grey2{
  display: inline-block;
  position: relative;
  background-color: rgb(214,201,192);
  width:110px;
  height:90px;
  margin-top: 90px;
  margin-right: 55px;
}