a:any-link {
  color: antiquewhite;
}
a:visited {
  color: seagreen;
}
body {
  background-size: 500vh;
  background-repeat: no-repeat;
  background-image: url(https://interkosmonautika.neocities.org/black%20sky.jpeg);
}
p {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size: 10px;
  color: white;
}
span {
  color: aquamarine;
}