figure figcaption {
    font-size: 0.8em;   /* Adjusts the font size to 80% of the parent element's font size */
    text-align: center; /* Center-aligns the caption text */
}

:root {
    --md-primary-fg-color:        #009AC7;
    --md-primary-fg-color--light: #009AC7;
    --md-primary-fg-color--dark:  #00467F;
  }