body {
  background-color: floralwhite;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
    background-size: cover;
  font-family: Verdana;
  color: white;
}

div {
   width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
}

.container {
  width: 700px;
  margin: auto; 	
  border-radius: 5px;
  justify-content: center;
  align-items: center; 
  display: flex;
  background-color: white;
    position: relative;
    top: 0px;

}

#palette {
    position: absolute;
    left: -100px;
    transform: rotate(0deg);
    position: fixed;
}

#bgimage1 {
    position: absolute;
    left: 100px;
    top: 300px;
    transform: rotate(0deg);
    position: fixed;
}

#bgimage2 {
    position: absolute;
    left: 900px;
    top: 400px;
    transform: rotate(0deg);
}



#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 {
        position: absolute;
    padding: 25px;
    width: 650px;
    justify-content: center;
    align-items: center;
        background-color: rebeccapurple;

}
    
    #secondalbum {
        position: absolute;
    top: 300px;
    padding: 25px;
    width: 650px;
    justify-content: center;
    align-items: center;
        background-color: rebeccapurple;

}
    
    #thirdalbum {
        position: absolute;
    top: 600px;
    padding: 25px;
    width: 650px;
    justify-content: center;
    align-items: center;
        background-color: rebeccapurple;

}
    
}

#saturnborder {
    position: absolute;
    top: 0px;
    left: 0px;
   background-image: url(file:///C:/Users/josep/Documents/personal%20site/images/aero/border.png);
    background-repeat: repeat-x;
    width: 1515px;
    height: 150px;
    position: fixed;
}

#saturnborder2 {
    position: absolute;
    top: 700px;
    left: 0px;
   background-image: url(file:///C:/Users/josep/Documents/personal%20site/images/aero/border2.png);
    background-repeat: repeat-x;
    width: 1515px;
    height: 150px;
    position: fixed;
}

#top {
  
  margin: auto; 	
  border-radius: 0px;
  justify-content: center;
  align-items: center; 
  display: flex;
    position: absolute;
    top: 0px;
    left: 410px;
}