/* my_css.css */

.quote {
    font-size: 0.85em;
    font-family: 'Monospace';
  }
  
  .homePageImage {
    width: 100%;
  }

  article {
    font-family: 'Monospace';
  }
  
  .body {
    max-width: 750px;
  }
  
  h3 {
    font-style: italic;
  }