



body {
  
 background-image: url('/Graphics/starry_background.png');

  color: white;
  font-family: Verdana;

}
  h1 {
  color: #bc9bff;
}
a:link {
  color: #bc9bff;
}

a:visited {
  color: white;
}

a:hover {
  color: #ff5050;
}

  .menu {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  align-items: center;
  margin: 0;
  padding: 0;
}