/* Style */
.footnote {
  position: fixed;
  bottom: 25px;
  left: 250px;
}

.cite::before,
.footnote::before {
  content: '✱';
  color: var(--drdclr);
  font-size: 0.6em;
  vertical-align: super;
}