/* css styles */
#title-block-header > div.quarto-title-banner.page-columns.page-full > div > h1 {
  font-size: 2rem !important;
  font-style: bold;
  color: #252525;
}
/* Apply to all blog‐listing cards */
.listing .card-img-top {
  width: 100%;            /* fill card width */
  height: 200px;          /* fixed height */
  object-fit: cover;      /* crop to fill without distortion */
  object-position: center;
}
