body {
  background-color: rebeccapurple;
  background-repeat: repeat;
  background-position: top left;
  background-attachment: fixed;
  font-family: Verdana;
  color: white;
}

div {
   width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
}

#crow {
    position: absolute;
    top: 600px;
}

#cd {
    position: absolute;
    left: 1200px;
    top: 450px;
    transform: rotate(-20deg);
    position: fixed;
}



#aboutmegraphics1 {
    position: absolute; 
    top: 525px;
    left: 290px;
}

#aboutmegraphics2 {
    position: absolute;
    top: 250px;
    left: 290px;
}

#aboutmegraphics3 {
    position: absolute;
    left: 290px;
    top: 320px;
}

#aboutmegraphics4 {
    position: absolute;
    left: 1130px;
    top: 470px;
}

#aboutmegraphics5 {
    position: absolute;
    left: 290px;
    top: 390px;
}

#aboutmegraphics6 {
    position: absolute;
    left: 1130px;
    top: 250px;
}

#aboutmegraphics7 {
    position: absolute;
    left: 1130px;
    top: 360px;
}

#aboutmegraphics8 {
    position: absolute;
    left: 1130px;
    top: 580px;
}

#aboutmegraphics9 {
    position: absolute;
    left: 1130px;
    top: 690px;
}

#aboutmegraphics010 {
    position: absolute;
    left: 290px;
    top: 456px;
}

#aboutmegraphics011 {
    position: absolute;
    left: 1130px;
    top: 810px;
}

#aboutmegraphics012 {
    position: absolute;
    left: 1130px;
    top:920px;
}



#bandsummary {
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 0px;
    border-style: double;
    border-color: darkred;
  margin: auto;
    padding: 10px;
  width: 680px;
   background-color: rebeccapurple;
    position: absolute;
    top: 550px;
    left: 400px;
}
    

.gallery {
  justify-content: center;
  align-items: center; 
  border-radius: 5px;
  margin: auto;
  width: 710px;
    height: 380px;
  background-color: none;
    position: absolute;
    top: 130px;
    left: 380px;
    overflow-y: scroll;
    
    #firstalbum {
    padding: 25px;
    width: 650px;
    justify-content: center;
    align-items: center;
        background-color: rebeccapurple;
        #album01 {
            float: left;
        }

}
    
    #secondalbum {
        position: absolute;
    top: 300px;
    padding: 25px;
    width: 650px;
    justify-content: center;
    align-items: center;
        background-color: rebeccapurple;
        #album02 {
            float: left;
        }

}
    
    #thirdalbum {
        position: absolute;
    top: 600px;
    padding: 25px;
    width: 650px;
    justify-content: center;
    align-items: center;
        background-color: rebeccapurple;
        #album03 {
            float: left;
        }
}
    
}

#top {
  width: 500px;
    height: 200px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
    position: relative;
    top: -20px;
    left: 00px;
}