body {
  background-color: #000;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 120%;
  margin: 0;
  padding: 0;
}

a {
  font-weight: normal;
}

a:link, a:visited, a:active {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: underline;
}

h1 {
  display: none;
}

img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}

li {
  margin-bottom: 5px;
  margin-left: -22px;
  text-transform: lowercase;
}

ul {
  list-style: none;
}
