
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;
}
#mardenOne{
  display: inline-block;
  background-color: rgb(102,36,41);
  width: 90px; 
  height: 300px;
  
}
#mardenTwo{
  display: inline-block;
  background-color: rgb(230, 200, 55);
  width: 90px; 
  height: 300px;


}
#mardenThree{
  display: inline-block;
  background-color: rgb(49, 74, 112);
  width: 90px; 
  height: 300px;

}