/* css styles */

.about-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;   /* Adjust vertical spacing as needed */
    margin-bottom: 1em;
    max-width: 100%;   /* Prevents the image from overflowing */
  }