.hightlight a:not(.citation):hover {
    box-shadow: inset 0 -1.2em 0 -1px #cbacff;
    display: inline-block;
  }

  .hightlight a:not(.citation) {
    font-size: 1.12rem;
    text-decoration: none;
    color: #121212;
    box-shadow: inset 0 -0.5em 0 -1px #d2b7ff;
    transition: 0.3s ease-out;
    display: inline-block;
  }
  .test-page {
    height: 24vh;
  }

  #postContentDiv {
    overflow: visible;
  }