
@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;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0 ;
  color: #444;
  text-align:center;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}
#wrap{ width: 100%; min-width: 420px;}

#m1{display: inline-block;
  width: 90px;
  height: 300px;
  background-color: rgb(102,36,41)
  
}
#m2{display: inline-block;
  width: 90px;
  height: 300px;
  background-color: rgb(233,207,84)
  
}
#m3{display: inline-block;
  width: 90px;
  height: 300px;
  background-color: rgb(70,100,134);
  
}