body,
.reveal .slides {
  font-family: monospace;
  text-align: center;
}

.reveal .slides>section {
  padding: 0px;
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
  /* font-family: "Operator Medium"; */
  text-transform: none;
  font-weight: normal;
  text-align: left;
}

.title {
  /* font-family: "Operator Medium"; */
  font-size: 1.4em;
  color: white;
}

.sub-title {
  /* font-family: "operator mono book"; */
  color: white;
  font-size: 0.6em;
}

.ref {
  /* font-family: "Operator Mono Light"; */
  font-size: 0.5em;
  text-align: left;
}

.big {
  font-size: 3em;
}

.reveal blockquote {
  font-family: monospace;
  font-size: 0.7em;
  width: 80vw;
  border: 0px;
  text-align: left;
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  padding: 5px;
  font-style: normal;
  background: none;
  box-shadow: none;

}

/* .reveal section img{
  max-height: 60vh;
  box-shadow: none;
  border: none;
}

.reveal figure{
  max-height: 60vh;
}

.reveal figure img {
max-height: 45vh;
} */

.reveal figcaption {

  /* font-family: "Operator Mono Light"; */
  font-size: 0.5em;
}

.reveal table {
  font-size: 0.5em;
}

.reveal pre {
  background-color: #333;
  color: white;
  padding: 5px;
}

/*
.reveal pre code {
  font-family: "Operator Mono Book";
}
*/