section h1 { font-size: 2.5em; }

.reveal img {
  max-width: 100%;
  max-height: 100vh;
  height: auto;
  width: auto;
  display: block;
  margin: auto;
}

.reveal pre code {
  text-align: left;
  display: block;
  font-size: 1.5em;
}

.reveal pre {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
