.reveal pre.mermaid {
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.reveal pre.mermaid p {
    color: #e8e6e3;
    text-align: center;
}

.reveal pre.mermaid img {
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 100%;
    height: 10rem;
    margin: .5rem auto;
    max-height: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    padding: 1px;
    width: auto;
}

.reveal pre.mermaid .node polygon,
.reveal pre.mermaid svg g g.nodes rect {
    fill: #181A1B !important;
}

.reveal pre.mermaid .labelBkg .edgeLabel p {
    background-color: #300047 !important;
}

.reveal pre.mermaid .arrowMarkerPath {
    fill: #e1dedb !important;
}

.reveal pre.mermaid .flowchart-link {
    stroke: #e1dedb !important;
}
