/*my_css.css*/

.quote {
    font-size: 0.85em;
    font-style: italic;
  }
  
  .homePageImage {
    width: 100%;
  }
  
  .body {
    max-width: 750px;
  }
  img {
    border: 5px solid rgb(52, 52, 52);
  }
  .mySlides {
    display: none;
    width: 100%;
  }
  
  .myLabels {
    display: none;
  }