/* 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');

#wrapper{ margin: 0 auto;
  max-width: 600px;
  width: 100%;}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body {
  background-color: mistyrose;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #0;
}

h1 {
  font-family: "Georgia","Times" serif;
  font-size: 50px;
  text-align: center;
}

h2 {
  font-family: "Georgia","Times" serif;
  font-size: 32px;
  text-align: center;
}

p {
  font-family: "Arial","Helvetica", sans-serif;
}