/* my_css.css */

.quote {
  font-size: 0.85em;
  font-family: 'Trebuchet MS';
  font-style: italic;
}

.body {
  max-width: 750px;
}

h3 {
  font-family: 'Trebuchet MS';
  font-style: italic;
}

h4 {
  font-family: 'Trebuchet MS';
}

h5 {
  font-family: 'Trebuchet MS';
}

article {
  font-family: 'Trebuchet MS';
}

.pagesImages {
  width: 300px;
}

.mySlides {
  display: none;
  width: 100%;
}

.myLabels {
  display: none;
}

.error {
  text-decoration-color: red;
}