@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: 2px;
color: #444;
text-align: center;
}
#m1{
  display:inline-block;
  background-color:rgb(124,55,60);
  width:100px;
  height: 320px;
}
#m2{
  display:inline-block;
  background-color: rgb(233,207,80);
  width:100px;
  height:320px;
}
#m3{
  display:inline-block;
  background-color: rgb(66,96,135);
  width:100px;
  height:320px;
}
