/* my_css.css */

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

.homePageImage {
    width: 100%;
}

.body {
    max-width: 750px;
}

.h1, h2 {
    text-align: center;
}

.product-image {
    width: 200px; /* Adjust the width as needed */
    height: 200px; /* Adjust the height as needed */
    object-fit: cover; /* Preserve aspect ratio */
  }
  