body {
  background-color: #101810;
  color: #00CC00;
  font-family: Consolas, monospace;
  display: flex;
  align-items: center;
  justify-content: center;
}

li {
  margin-bottom: 1em;
}

a {
  color: #00CC00;
}

a:link {
  color: #00CC00;
}

a:visited {
  color: #00CC00;
}

a:focus {
  color: #00FF00;
}

a:hover {
  color: #00FF00;
}

a:active {
  color: #00FF00;
}