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 .slides section div.callout.sock-stream {
    top: 22em;
    left: 16.5em;
    min-height: 2em;
}
.reveal .slides section div.callout.sock-stream:before {
  top: -14%;
  left: 20px;
  width: 0;
  border-bottom: 20px solid #262699ff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.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: 80%;
  top: 58%;
  left: 40%;
  width: 10em;
  min-height: 5em;
  border: 4px solid black;
  border-radius: 0.5em;
  text-align: center;
  padding: 0.8em;
  background-color:#262699ff;
}
.reveal .slides section div.callout:before {
  content: "";
  position: absolute;
  top: -8%;
  left: 20px;
  width: 0;
  border-bottom: 20px solid #262699ff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.reveal .slides section pre.output {
    position: absolute;
    top: 80%;
    left: 45%;
}
.reveal .slides section pre.output.left {
    left: 20%;
}
.reveal .slides section pre.output.right{
    left: 50%;
}

.reveal .slides section pre.output {
    width: fit-content;
}

.reveal pre.output code {
    padding: 0.7em !important;
    border-radius: 0.5em;
    text-align: left;
    font-size: 20pt;
    box-sizing: border-box;
    background-color: black;
    color: white;
    width: fit-content;
}
