.annotate {
  text-decoration: none;
  font-size: 1.4rem;
}
.annotate:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

span.mark {
  color: var(--bg);
  background-color: var(--fg);
}

.caption {
  font-size: 1rem;
  color: var(--searchresults-header-fg);
}