html {
  height: 100%;
}

body {
  position: fixed;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #000 40%,#900 100%);
  color: #fff;
  font: 20px Optima, sans-serif;
}

h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: center;
  font-size: 200px;
  margin-left: -20px; /* Unicorn looks off-center */
}

ul {
  margin: 50px 0 0 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}

li {
  display: inline-block;
}

a {
  color: #bbf;
  text-decoration: none;
  font-weight: bold;
}

li::before {
  content: "• ";
  color: #c3c;
}

li:first-child::before {
  content: "";
}
