
.justify-text {
  text-align: justify;
}

/* Tweak subtitle spacing or alignment if needed */
.quarto-title-subtitle {
  line-height: 1.5;
  font-size: 1.1em;
  text-align: center; /* or left/right */
}

/* Increase footer font size */
.quarto-footer .footer-center {
  font-size: 2rem; /* You can adjust to 1.1rem, 16px, etc. */
}

.grid-item {
  background-image: url('blog_images/work.png');
  background-size: cover; /* Make sure the background covers the entire grid item */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Avoid repeating the image */
  height: 50px; /* Set the height of the grid item */
}

