@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: 5px;
  color: #444;
  text-align: center;
}

*{ box-sizing: border-box; }

#mardenOne {
  display: inline-block;
  width: 90px;
  height: 300px;
  background-color: rgb(124, 57, 60);
}

#mardenTwo {
  display: inline-block;
  width: 90px;
  height: 300px;
  background-color: rgb(234, 207, 82)
}

#mardenThree {
  display: inline-block;
  width: 90px;
  height: 300px;
  background-color: rgb(67, 97, 133)
}