:root, body {
  background: black;
  color: lime;
}

a, a:visited, a:link {
  color: lime;
  text-shadow: 1px 1px 2px lime;
}
