body {
  background-image: url("https://3xqu1s1t3c0rps3.neocities.org/intro/Bg%20decor%20etc/WAITbg.jpg");
  background-repeat: repeat; /* Prevents the image from repeating */
  background-position: center center; /* Centers the image */
  background-size:450px; /* Scales the image to cover the entire background area */
  background-attachment: fixed; /* Keeps the background image fixed while scrolling */
}

.maindiv {
  background-color:#F7F7F5;
  width:850px;
  height:800px;
  position:absolute;
  top:70px;
 left:417px;
 color:#999956;
         font-family: "BPrever-Bold", sans-serif; /* Replace with your font */
  
}
.bigtext {
background-color:#E8E8B5; 
width:750px;
border:3px solid #999956;
position:absolute;
top:10px;
left:45px;
          font-family: "BPrever-Bold", sans-serif; /* Replace with your font */
}

.lower {
background-color:#E8E8B5; 
width:750px;
border:3px solid #999956;
position:absolute;
top:100px;
left:45px;
          font-family: "BPrever-Bold", sans-serif; /* Replace with your font */
}
.textbox { 
width:750px;
position:absolute;
top:200px;
left:45px;
          font-family: "BPrever-Bold", sans-serif; /* Replace with your font */
}
.sidebar {
  background-color:#E8E8B5; 
width:300px;
height:800px;
border:3px solid #999956;
position: fixed;
left:100px;
top:70px;
 color:#999956;
         font-family: "BPrever-Bold", sans-serif; /* Replace with your font */
}
.flowerbar { 
width:300px;
height:800px;
position: fixed;
left:1350px;
top:230px;
 color:#999956;