body {
  background-color: hsl(0,1%,90%);
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: hsl(0,1%,10%);
    color: hsl(0,0%,95%);
  }
}

#navmenu {
  z-index: 9999;
}

.section {
  margin: 1rem 0rem;
}

.input-group .cke {
  flex-grow: 1;
}

.fs-7 {
  font-size: 0.85rem;
}

.fs-8 {
  font-size: 0.7rem;
}

a[name] {
  display: block;
  position: relative;
  top: -80px;
}
