
body {
  background-color: #f9f9f9 !important;
}

h1 {
  color: navy;
}

.blog-header {
  background-color: navy !important;
}

/* Apply a light gray background only to blog posts */
body.custom-post-bg {
  background-color: #f9f9f9 !important;
}

/* Style for centered images with captions */
.quarto-figure {
  text-align: center;
  margin: 2rem 0;
}

.quarto-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.quarto-figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #555;
  font-style: italic;
}

/* Center image inside its container */
.blog-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  max-height: 100%;
}
