body {
  background-color: black;
}

#container {
  font-family: "Press Start 2P", Helvetica;
  font-size: 56px;
  color: white;
  text-shadow: 2px 2px #dc36c8, -2px -2px #1ec6c6;
  width: 900px;
  height: auto;
  text-align: center;
  margin: auto;
}

#container p {
  font-family: "Courier New";
  color: white;
  text-shadow: none;
  font-size: 24px;
  margin: .5em;
}

#container a {
  color: #dc36c8;
}

#container a:hover {
  text-transform: uppercase;
}

  