/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');
* {
    box-sizing: border-box;
}
body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  color: #444;

}

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

#herrera{
  display: inline-block;
  background-color:;
  width:420px;
  height: 330px;

  
}

.box1{
    display: inline-block;
  background-color: rgb(200,190,181);
  width:210px;
  height: 330px;
    float: left;
    
}

.box2{
  display: inline-block;
  background-color: rgb(0,97,64);
  width:210px;
  height: 330px;
    float: left;
}

.box3{
    display: inline-block;
  background-color: rgb(0,97,64);
   width:160px;
  height: 110px;
    float: right;
    margin-top: 110px;
}

.box4{
    display: inline-block;
  background-color: rgb(200,190,181);
   width:160px;
  height: 110px;
    float: left;
    margin-top: 110px;
}
