/* 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');
@import url('https://fonts.googleapis.com/css?family=Roboto:400;700');

body {
  
  background-color:lightgray;
  font-family: "Roboto", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Roboto", serif;
  font-size: 32px;
}
h3 {
  
  

    font-family: "Roboto", serif;
}

#wrapper{
width:100%;
max-width:800px;
background-color:lightgray;
margin:0 auto 0 auto /* top right bot left*/

}

div{
}

blockquote	{


}
