h1 {
    font-size: 6vh !important;
}

h2 {
    font-size: 5vh !important;
}

h3 {
    font-size: 3vh !important;
}

p,
td,
th,
li,
figcaption,
.quarto-title-author-name {
    font-size: 3vh !important;
}

pre {
    font-size: 2vh !important;
}

.reveal .fragment.show-in,
.reveal .fragment.show-out.visible {
    display: none;
}

.reveal .fragment.show-in.visible {
    display: block;
}

.reveal .fragment.show-out,
.reveal .fragment.show-in-then-out.current-fragment {
    opacity: 1;
    visibility: inherit;
    display: block;
}

.reveal .fragment.show-in-then-out {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.center {
    text-align: center;
}