body {
  background-image: url('file:///C:/Users/josep/Documents/personal%20site/images/saturn/z5.png');
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  font-family: Verdana;
  color: black;
}

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;
}



#saturnsection {
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    margin: 20px;
    width: 700px;
    height: 1000px;
    background-color: pink;
    position: absolute;
    left: 400px;
    top: 120px;
    border-style: dashed;
    border-color: darkseagreen;
    border-width: 3px;

#saturnintro {
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    margin: auto;
    width: 550px;
    height: 300px;
    background-color: white;
    position: inherit;
    top: 100px;
    border-style: dashed;
    border-color: darkseagreen;
    color: darkcyan;
}

.summary {
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 5px;
  margin: auto;
    padding: 10px;
    font-family: cursive;
    color: darkcyan;
  width: 500px;
  background-color: white;
    position: inherit;
    top: 440px;
    border-style: dashed;
    border-color: darkseagreen;
}

    #saturn {
        background-color: none;
        width: 250px;
        height: 250px;
        position: absolute;
        left: 800px;
        top: 100px;
    }

}

#saturnfont {
    position: absolute;
    top: -160px;
    
}

#saturnborder {
    position: absolute;
    top: 0px;
    left: 0px;
   background-image: url(file:///C:/Users/josep/Documents/personal%20site/images/saturn/5b18df6b-7a55-4ece-872a-a11898357d64.png);
    background-repeat: repeat-x;
    width: 1515px;
    height: 150px;
}

#saturnborder2 {
    position: absolute;
    top: 700px;
    left: 0px;
   background-image: url(file:///C:/Users/josep/Documents/personal%20site/images/saturn/becdeb18.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;
}

