.quarto-title-block .description {
  display: none;
}

/* center the categories */
.quarto-categories {
  justify-content: center;
}

/* remove the main title from under the profile picture */

/* .quarto-title h1.title {
  display: none;
} */

/* Profile page - crop circle from top */
img.about-image.round {
  object-fit: cover !important;
  object-position: top center !important;
}