body {
  white-space: pre-line;
  color: #000;
}

#life-canvas {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.06;
  pointer-events: none;
}

#theme-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  color: #0000ee;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

body.dark-mode {
  background: #000;
  color: #00ff00;
}

body.dark-mode a {
  color: #ff00ff;
}
body.dark-mode a:visited {
  color: #d069ff;
}

body.dark-mode #theme-toggle {
  color: #00ff00;
}