/* Center Mermaid diagrams */
.mermaid {
  display: flex;
  justify-content: center;
}
