/* Global page styling */
body {
  margin: 0;
  color: white;
  font-family: Verdana, sans-serif;

  background-image: url("images/Stars.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
}

/* Links */
a {
  color: lightblue;
  text-decoration: none;
}