.term-popup {
  min-height: 10em;
  min-width: 10em;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 4px;
  z-index: 1000;
}

body {
  margin: 0;
  padding: 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lexicon {
  width: 40%;
  max-width: 800px;
}

.highlight {
  background-color: yellow;
}
