/*Title of the about page (below the picture)*/
.about-title {
  font-size: 0.4rem !important;
  font-weight: 500;
  text-align: center;
  color: #444;
}


/* Reduce width of left panel (sidebar) */
.quarto-about-trestles .about-entity {
  flex: 0 0 20%;  /* Left panel = 20% */
}

/* Increase width of right content */
.quarto-about-trestles .about-contents {
  flex: 0 0 80%;  /* Right panel = 80% */
}
