body {
    background-image: url('/space-nebula-background-tile.jpg');
    background-color: #121212;
    background-repeat: repeat;
    color: lightgrey;
    font-family: Verdana;
    text-align: center;
  }
  a {
    color: hotpink;
  }
