.indexbackground {
    background-color: #560000;
    background-image: url(../Images/redandblacktle.gif)
}




.bandname{
 display: block;
 font-family: Title;
 font-size: 40pt;
 rotate: -5deg;
  color: rgb(255, 255, 255);
 text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.albumname{
 display: block;
 font-family: Name;
 font-size: 30pt;
 rotate: -5deg;
 margin-bottom: 60px;
  color: rgb(255, 255, 255);
 text-shadow: 2px 2px 5px rgb(0, 0, 0);
}

.description {
  margin-right: 200px;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: typewriter2;
  font-size: 40pt;
  width: 60%;
  height: 325px;
  overflow-x: hidden;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 3px rgb(255, 255, 255);
  background-image: url(../Images/528.GIF);
  box-shadow: 0px 0px 10px 5px #3d0000;
}
.scoresbar {
  height: 100%;
  width: 15%;
  position: fixed;
  z-index: 1;
  top: 0px;
  right: 0px;
  background-image: url(../Images/529.GIF); 
  padding-top: 20px;
  box-shadow: 0px 0px 10px 2px #350000;
  font-family: typewriter2;
  font-size: 20pt;
  padding-left: 15px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
  overflow-x: hidden;
}

.bigscore {
  font-family: dirtyclassicmachine;
  font-size: 150pt;
  display: block;
  position: absolute;
  top: 200px;
  margin-left: 35%;
  rotate: 6deg;
   color: rgb(255, 255, 255);
  text-shadow: 0px 0px 5px rgb(255, 255, 255);
}

.iframe {
  box-shadow: 0px 0px 10px 5px #000000;
}