.reveal .slides section {
  overflow-y: auto !important;
  max-height: 90vh;
}

/* .reveal pre code {
  max-height: 65vh;
  font-size: 1.4em !important;
} */

.reveal .sourceCode code {
  max-height: 80vh !important;
  font-size: 1.4em !important;
  /* line-height: 1.3; */
}

.reveal {
  font-size: 1.5em;
}

.reveal h1 {
  font-size: 2.5em;
}

.reveal h2 {
  font-size: 2.1em;
}

.reveal h3 {
  font-size: 1.25em;
}
  