body::before {
  background: black url('/evilneuro.webp') no-repeat center center / cover;
  content: '';
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

html {
  font-size: 1.1em;
}
