/*my_css.css*/
/*Ben Le*/
/*A00454115*/
.quote {
    font-size: 0.85em;
    font-style: italic;
  }
  
.homePageImage {
  width: 100%;
}

.body {
  max-width: 750px;
  color: red;
}