body {
  background-image: url("https://3xqu1s1t3c0rps3.neocities.org/misters/decor/bg/misterbg.gif");
  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 */
}

.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;
}
        .Const {
          position:absolute;
top:250px;
left:230px;
        }
@font-face {                  
font-family: 'BPrever-Bold';
src: url(https://humantooth.neocities.org/fonts/BPreverBold.woff) format('woff');
font-weight: normal;
}