/* css styles */
.caption{
   text-align: center;
}

.reveal section svg.mermaid {
  transform: scale(1.6);
  transform-origin: top left;
}

.emphasis-box {
  background-color: #f0f0f0; /* Light Gray */
  color: #d32f2f;            /* High-contrast Red */
  border: 2px solid #d32f2f;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

.inclass {
  color: green;
  text-decoration: underline;
}