body {
  font-family: 'Orbitron', sans-serif;
  background:#090909;
  color:#FFF;
}

h1 {
}

p {
  margin:0 0 1em 0;
}

a {
  color:#FFF;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}