body {
  background: #101010;
  text-align: center;
}

p, li, a {
  font-family: sans-serif;
  color: #f0f0f0;
}

a {
  color: #808080;
}

a { text-decoration: none; }

ul {
  list-style-type: none;
}

#wrapper, #text {
  margin-top: 50px;
}

#text p, #text li {
  text-align: center;
  margin: 0;
}

.credits { margin-left: 2em; display: none; }

#text {
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
}

.key { color: #a0b0c0; }
