.content a:not(.button):not(.tag) {
  color: #02d7f2;
  transition: color 0.2s ease;
}
.content a:not(.button):not(.tag):visited {
  color: #00ff41;
}
.content a:not(.button):not(.tag):hover {
  color: #fb0a26 !important;
}
.content a:not(.button):not(.tag):active {
  color: #cd031b;
}
.footer a:not(.button) {
  transition: color 0.2s ease;
}
.footer a:not(.button):visited {
  color: #00ff41;
}
.footer a:not(.button):hover {
  color: #fb0a26 !important;
}
.mermaid {
  background: transparent !important;
  border: none !important;
  margin: 2rem auto !important;
  text-align: center !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: visible !important;
}
.mermaid svg {
  height: auto !important;
  max-width: 85% !important;
  width: auto !important;
  background-color: transparent !important;
  overflow: visible !important;
  font-family: "Arial", sans-serif !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  line-height: normal !important;
}
@media (max-width: 768px) {
  .mermaid svg {
    max-width: 100% !important;
    font-size: 15px !important;
  }
}
.mermaid g.node foreignObject {
  overflow: visible !important;
}
.mermaid g.node foreignObject div,
.mermaid g.node foreignObject span {
  line-height: 1.3 !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}
