/*my_css.css*/

.quote {
  font-size: 0.85em;
  font-family: 'Trebuchet MS';
  font-style: italic;
}

.homePageImage {
  width: 100%;
}

.body {
  max-width: 750px;
}

article {
  font-family: 'Trebuchet MS';
}

h3 {
  font-style: italic;
}

.pagesImages {
  width: 300px;
}