body {
  background-image: url('file:///C:/Users/josep/Documents/personal%20site/images/shrines_spongebob/spongebob-flower-pattern-background-desktop-wallpaper-cover.jpg');
  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;

}

#spongebgimage1 {
    position: absolute;
    left: 50px;
    top: 200px;
    transform: rotate(0deg);
    position: fixed;
}

#spongebgimage2 {
    position: absolute;
    left: 950px;
    top: 200px;
    transform: rotate(0deg);
    position: fixed;
}

#spongebgimage3 {
    position: absolute;
    left: 150px;
    top: -100px;
    transform: rotate(0deg);
    position: fixed;
}

#spongebobsection {
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    margin: 20px;
    width: 700px;
    height: 1000px;
    background-color: skyblue;
    border-style: solid;
    border-color: blue;
    position: absolute;
    left: 400px;
    top: 150px;

#spongebobintro {
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    margin: auto;
    width: 550px;
    height: 300px;
    background-color: lightyellow;
    position: inherit;
    top: 100px;
}

.summary {
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 5px;
  margin: auto;
  width: 500px;
  background-color: lightyellow;
    position: inherit;
    top: 440px;
}

#spongebob {
        background-color: none;
        width: 250px;
        height: 250px;
        position: fixed;
        left: 1040px;
        top: 350px;
        
    }

}

#saturnborder {
    position: absolute;
    top: 0px;
    left: 0px;
   background-image: url(file:///C:/Users/josep/Documents/personal%20site/images/shrines_spongebob/bubbles.webp);
    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/shrines_spongebob/bubbles.webp);
    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: 300px;
}