slides {
  width: 100%;
  height: 100%;
}

slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white center center no-repeat;
  overflow: hidden;
  user-select:none;
  -webkit-user-select: none;
}

slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

slide code {
  white-space: pre;
}

slide iframe {
  border: none;
  width: 80%;
  height: 80%;

}

slide * {
  font-family: 'Latin Modern Roman', 'Amiri' !important;
  text-align: center;
}

slide * a {
  text-decoration: none;
  border-bottom: 1px dotted gray;
}

slide h1 {
  font-size: 5em;
  line-height: 0.9em;
  margin-bottom: 0.7em;
}

slide h2 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

slide p {
  color: black;
  font-size: 2em;
  line-height: 1em;
  width: 80%;
}

slide blockquote {
  border: none;
}

slide cite {
  margin-top: 1em;
  font-size: 1em;
}

slide pre {
  font-size: 1em;
  text-align: left;
}

slide code,
slide code * {
  font-family: 'Latin Modern Mono', monospace !important;
}

slide sup {
  font-size: 0.5em;
  vertical-align: top;
  position: relative;
  top: -0.5em;
}

slide video {
  max-width: 80%;
  max-height: 80%;
  min-width: 80%;
  min-height: 80%;
}

slide ul {
  margin-left: 2em;
}

slide ul li,
slide ol li {
  text-align: left;
}

/*slide *:last-child {
  margin-bottom: 0px;
}*/
