/* my_css.css */

.quote {
    font-size: 0.85em;
    font-style: italic;
  }
  
  .homePageImage {
    width: 100%;
  }
  
  .body {
    max-width: 750px;
  }
  
  .mySlides {
    display: none;
    width: 100%;
  }
  
  .myLabels {
    display: none;
  }

  .mySlides, .myLabels {
    display: none;
}

input:invalid:not(:placeholder-shown), 
textarea:invalid:not(:placeholder-shown) {
    border: 2px solid red;
}



