@import url('https://fonts.googleapis.com/css?family=Bitter|Lato|Montserrat|Roboto|Roboto+Slab');

* {
	font-family:'Roboto Slab', 'Trebuchet MS', sans-serif;
}

h1 {
 text-align:center; 
}

body {
  font-size:1.3em;
  background:#f7f7f7;
}

img {
  width:55%;
}

p {
  margin:1em auto;
  text-align:center;
}