/* 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;
}

#marden1{
  display: inline-block;
  background-color: rgb(200,140,8);
  width:106px;
  height: 320px;

  
}

#marden2{
  display: inline-block;
  background-color: rgb(30,45,60);
  width:106px;
  height: 320px;
 

  
}
#marden3{
  display: inline-block;
  background-color: rgb(160,55,40);
  width:106px;
  height: 320px;


}