body {
  background-image: url("https://3xqu1s1t3c0rps3.neocities.org/Friends%20and%20Family/Tiger/tigerbg/catbg.jpg");
  background-repeat: repeat; /* Prevents the image from repeating */
  background-position: center center; /* Centers the image */
  background-size:auto; /* Scales the image to cover the entire background area */
  background-attachment: fixed; /* Keeps the background image fixed while scrolling */
}
.scrolling-text {
      width: 100%; /* Or a specific width */
      white-space: nowrap; /* Keep text on one line */
      overflow: hidden; /* Hide text that goes beyond the container */
      box-sizing: border-box;
      animation: scroll-left 10s linear infinite; /* Apply animation */
    }

    @keyframes scroll-left {
      0% { transform: translateX(100%); } /* Start offscreen to the right */
      100% { transform: translateX(-100%); } /* Move offscreen to the left */
    }
  footer {
                background-color: #13092D;
                background-image: url(https://3xqu1s1t3c0rps3.neocities.org/Friends%20and%20Family/Tiger/tigerbg/decor/nyancat.gif);
                background-size: 100px;
                /* background color for footer */
                width: auto;
                height: 40px;
                padding: 10px;
                text-align: center;
                /* this centers the footer text */
            }
             #header {
                width: 100%;
                background-color: #5e4e8c;
                /* header color here! */
                height: 70px;
                /* this is only for a background image! */
                /* if you want to put images IN the header, 
      you can add them directly to the <div id="header"></div> element! */
                background-image:url(https://3xqu1s1t3c0rps3.neocities.org/Friends%20and%20Family/Tiger/tigerbg/decor/nyancat.gif);
                background-size: auto;
               border: 3px solid #5A4394;
            }

.maindiv {
  background-color:#E3FCFB;
  width:850px;
  height:800px;
  position:absolute;
  top:100px;
 left:417px;
 color:#5A4394;
         font-family: "BPrever-Bold", sans-serif; /* Replace with your font */
  
}
.bigtext {
background-color:#95D5DE; 
width:750px;
border:3px solid #5A4394;
position:absolute;
top:10px;
left:45px;
          font-family: "BPrever-Bold", sans-serif; /* Replace with your font */
}
.smaller { 
width:750px;
position:absolute;
top:135px;
left:280px;
          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;
}