/* 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;
  font-size: 18px;
  margin: 1;
  color: #444;
  text-align: center;

}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}
#wrapper{
    font-size: 0px
}

#block1{
  display: inline-block;
  background-color: rgb(170,45,55);
  width: 120px;
  height: 300px;

}  

#block2{
  display: inline-block;
  background-color: rgb(203,203,43);
  width: 120px;
  height: 300px;


}

#block3{
  display: inline-block;
  background-color: rgb(70,90,150);
  width: 120px;
  height:300px;

}