li {
    font-size: 24pt;
}
.reveal pre code {
    border: 4px solid black;
    padding: 0.7em !important;
    border-radius: 0.5em;
    text-align: left;
    font-size: 20pt;
    box-sizing: border-box;
}
.reveal section.code {
    height: 100%;
}
.reveal pre.fullscreen-code {
    height: 95%;
}
.hljs {
    background: #e3e3e3ff;
}
font .red {
    text-color: red !important;
}
.reveal .slides section .fragment.code-zoom[data-fragment-index='11'] {
    transition-delay: 0.5s;
    transition: font-size 0.3s;
    transition-timing-function: ease-out;
    will-change: font-size;
    will-change: line-height;
    transition-timing-function:linear;
}
.reveal .slides section .fragment.code-zoom.current-fragment[data-fragment-index='11'] {
    font-size:16pt;
    line-height: 0.96;
}
.reveal .slides section .fragment.code-zoom.:not(current-fragment)[data-fragment-index='11'] {
    font-size:20pt;
    line-height: 1;
}
.reveal .slides .fragment.code-zoom[data-fragment-index="12"] {
    transition-delay: 0.3s;
}
.reveal .slides section p.code-filename {
    text-align: right;
    margin-right: 2.5em;
    margin-bottom: -0.5em;
    margin-top: -0.5em;
    color: #4b2a85;
}

.reveal .slides section div.callout {
  position: absolute;
  color: white;
  font-size: 120%;
  top: 20%;
  left: 65%;
  width: 10em;
  min-height: 5em;
  border: 4px solid black;
  border-radius: 0.5em;
  line-height: 100%;
  text-align: center;
  line-height: 5em;
  background-color:#262699ff
}

.reveal .slides section div.callout span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.reveal .slides section div.callout code.language-text {
    background-color: black;
    color: white;
    width: 39em;
    height: 100%;
    max-height: 100%;
    font-size: 18pt;
}

.reveal .slides section div.callout.wide {
    width: 20em;
    background-color: black;
    height: 18em;
    left: 55%;
    top: 5%;
}
.reveal .slides section div.callout code {
    width: 25em;
}
