
body {
  font-family: 'Orbitron', sans-serif;
  background-color: #0a0a0a;
  color: white;
  margin: 0;
  padding: 0;
}
h1 {
  text-align: center;
  margin-top: 40px;
  color: #ff69b4;
  text-shadow: 0 0 10px #ff69b4;
}
ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
li {
  margin: 10px;
}
a {
  color: #00ffff;
  text-decoration: none;
}
a:hover {
  text-shadow: 0 0 8px #00ffff;
}
