.cover{
  background:url("../images/Vincent-van-Gogh-The-Starry-Night.jpg");
  background-size: cover;
  background-position: center;
}
.title {
  color:white;
  text-align: center;
  text-shadow: black 0px 0px 50px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 70px;
  margin-top: 20px;
}