body {
  margin: 0;
}
.markdown-body {
  box-sizing: border-box;
  width: 100vw;
  min-height: 100vh;
  padding: 5vh 10vw;

  b, i { color: #e78a4e; }
  h1 { color: #d8a657; }
  h2 { color: #a9b665; }
  h3 { color: #89b482; }
  abbr[d-title] {
    position: relative;
    text-decoration: underline dotted;
  }
  abbr[d-title]:focus::after {
    content: attr(d-title);
    position: absolute;
    display: block;
    left: 0;
    bottom: -30px;
    z-index: 1;
    width: max-content;
    white-space: break-spaces;
    word-break: break-word;
    hyphens: auto;
    background-color: #1e1e1e;
    color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
    font-size: 14px;
    padding: 3px 5px;
  }
  .abbr {
    all: unset;
    text-decoration: underline dotted;
  }
  .rp {
    margin: 1em 0;
    padding: 0.5em;
    border-radius: 0.5em;
    background-color: #1e1e1e;
    max-width: 90%;
    width: fit-content;
  }
  .me {
    margin-left: auto;
  }
}
