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