p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

p {
  text-indent: 2em;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f2f2f2;
}

.footnotes {
  font-size: xx-small;
}

.iotbox  {
  display: unset !important;
  max-width: 392px;
  letter-spacing: -0.4px;
  line-height: 70px;
  font-size: 60px;
  font-weight: 700;
  white-space: pre-wrap !important;
  background: -webkit-linear-gradient(
    120deg,
    #bd34fe 30%,
    #41d1ff
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}