body {
  font-family: Georgia, serif;
  background-image: url("redandblackstars.jpg");
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}



h3{
  color: #c31903;
  font-size: 37px;
  text-align: center;
  text-shadow: 1px 1px 2px white, 0 0 20px #c31903, 0 0 30px black;
}

h1{
  color: #7e1416;
  font-size: 64px;
  text-align: center;
  text-shadow: 1px 1px 2px white, 0 0 20px #c31903, 0 0 30px black;
  letter-spacing: 17px;
}

albumimg{
  box-shadow: 1px 1px 3px #c31903;
  margin: 10px 100px 10px 40px;
  width:350;
}
 
.explanation{
  float: left;
  text-align: center;
  font-size: 50px;
  text-shadow: 1px 1px 3px #c31903, 0 0 15px #c31903, 0 0 25px black;
  font-weight: bold;
  color: white;
  }