/* html, */
/* body {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
} */
/* 
div::-webkit-scrollbar {
  width: 4px;
  z-index: 0;
  height: 80%;
}
 
div::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}

div::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
} */

/* img {
  max-width: 86%;
  height: auto;
  text-align: center;
  align-items: center;
  margin: 0 auto;
} */

.katex-display > .katex {
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  /* overflow: hidden !important; */
  text-align: initial;
}

.katex {
  font: normal 1.21em KaTeX_Main, Times New Roman, serif;
  line-height: 1.5;
  white-space: normal;
  text-indent: 0;
}
