/*my_css.css*/

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Courier, monospace; 
  }

.quote {
    font-size: 0.85em;
    font-style: italic;
  }
  
.mySlides {
  width: 100%;
}

.body {
  max-width: 750px;
}