/*my_css.css*/

.quote {
  font-size: 0.85em;
  font-style: italic;
}

.homePageImage {
  width: 100%;
}

.body {
  max-width: 750px;
}

.mySlides {
  max-width: 300px; /* Maximum width for images */
  height: auto; /* Allow the height to adjust proportionally */
  object-fit: cover; /* Maintain aspect ratio while covering the container */
}

.myLabels {
  max-width: 300px; /* Maximum width for labels */
  width: 100%; /* Make labels fill the available width */
  text-align: center; /* Center the label text */
}