/* css styles */

/* Centers the titles and descriptions under the images */
.quarto-listing-grid .card-body {
  text-align: center;
}

/* Removes card borders if you want a floating look */
.card {
  border: none !important;
}

/* Adjusts the font to match the serif style in the image */
.listing-title {
  font-family: serif;
  font-weight: bold;
}