.markdown h1, .markdown h2, .markdown h3, .markdown p, .markdown pre {
  margin: 0;
  padding: 0;
}
.markdown p, .markdown span {
  font-weight: 600;
}
.markdown h1 {
  margin-bottom: 1rem;
  margin-top: 1.2rem;
  font-size: 1.56rem;
  line-height: 26px;
}
.markdown h2 {
  font-size: 1.375rem;
  margin-bottom: 0.8rem;
  margin-top: 1rem;
}
.markdown h3 {
  margin-bottom: 0.65rem;
  margin-top: 0.84rem;
  font-size: 1.16rem;
}
.markdown span, .markdown p, .markdown center {
  font-size: 1rem;
}
.markdown pre, .markdown code {
  background: #050a19;
  border-radius: 4px;
  font-weight: 600;
  color: #deeaf8;
}
.markdown pre {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.markdown code {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  padding-left: 6px;
}
.markdown pre code {
  background: #050a19;
}
.markdown ul {
  list-style-type: disc;
}
.markdown ul li {
  margin-bottom: 3px;
  font-weight: 600;
}
.markdown strong {
  background-color: transparent;
  background-image: linear-gradient(to right, #01dcff, #2cf5b7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.markdown em > strong {
  font-style: italic !important;
}
.markdown em {
  font-style: italic !important;
}
.markdown img {
  max-width: 100%;
}
.markdown pre {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 5px 10px;
}
.markdown pre .copy {
  opacity: 0;
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 6px;
  top: 10px;
  right: 10px;
  transition: all 160ms ease-in-out;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #050a19;
}
.markdown pre .copy svg {
  color: rgba(222, 234, 248, 0.86);
  height: 24px;
  width: 24px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.markdown pre .copy svg paht {
  stroke-linecap: round;
  stroke-linejoin: round;
}
.markdown pre:hover .copy {
  opacity: 1;
}
.markdown * {
  line-height: 26px;
}
.markdown table {
  width: fit-content;
  border-radius: 6px;
  background: #050a19;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 5px 10px;
}
.markdown table tr, .markdown table th, .markdown table td {
  height: 38px;
  padding-right: 11px;
  padding-left: 11px;
}
.markdown table th {
  text-align: center;
}
.markdown table td {
  font-size: 0.94rem;
}

/*# sourceMappingURL=markdown.css.map */
