/*my_css.css*/



body {
  background-color:black;
}

.quote {
    font-size: 1.0em;
    font-style: italic;
  }
  
  .homePageImage {
    width: 100%;
  }
  
  .body {
    max-width: 750px;
  }