body{background-color: black;}
.container {
  position: relative;
  text-align: center;
}

/*Title*/
h1{
  font-size: 8em;
  font-family: 'Rye', cursive;
  margin: auto;
}

/* Subtitle*/
h2{ color:whitesmoke;
    font-family: 'Trebuchet MS', sans-serif;
     }

p{color: whitesmoke;}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

a:link {
  color: white;
  background-color: transparent;

}

a:visited {
  color: whitesmoke;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: lightgrey;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

ul.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
