
main {
    background-image: url("https://i.pinimg.com/originals/cb/2d/76/cb2d769e251150a6b2330809bd208aa8.gif");
  background-size: cover;
  }
  body {
    background-image: 
      url("https://media.tenor.com/kKmvIr30vQYAAAAi/stars-changing-colors.gif"),
      url("https://i.pinimg.com/1200x/f7/f3/8f/f7f38f14c444548b8d2f780d28eff584.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .bgmiddle {
    position: fixed;
    
    top: 0;
    left: 20%;
    width: 65%;
    height: 100%;
    
    background-image: url("https://i.pinimg.com/736x/d8/36/bc/d836bc7514f7634295a2586f04fb64b1.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border: 2px black solid;
    z-index: 1;
    opacity: .8;
  }
  .bgmiddletopimg {
      position: relative;
        background-position: 53% 0;
    transform: translateY(-280px); /* move up */
    top: 300px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://i.pinimg.com/1200x/2f/73/d5/2f73d5459256964524fd8b01623d1e91.jpg");
    background-repeat: no-repeat;
    background-size: 55% 200px; /* Shrinks image width based on container */
    background-attachment: fixed;
    z-index: 6;
    opacity: 1;
  }
  
  
  
  .bgmiddletop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://i.pinimg.com/736x/9f/29/ce/9f29ce137faeacf903cb520b076abc36.jpg");
    background-repeat: no-repeat;
    background-size: 55% auto; /* Shrinks image width based on container */
  background-position: 53% 150px;
  
    z-index: 6;
    opacity: 1;
  }
  
  
  .BgContainer {
      position: relative;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
  
    z-index: 1;
    opacity: 1;
    
  }
  
  .image, .image2 {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: inline-block; 
    margin: 0 5px;   
    vertical-align: middle;
  }
  .trumbowyg-box, .trumbowyg-editor {
    background-color: rgb(173, 216, 230);
  font-family: 'Chewy', 'Arial Narrow', Arial, sans-serif;
  font-size: 20px;
  }
  
  .Catcontainer {
    position: fixed;
    top: 0;
    left: 20%;
    width: 65%;
    height: 100%;
    
    background-image: url("https://i.pinimg.com/736x/d8/36/bc/d836bc7514f7634295a2586f04fb64b1.jpg");
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border: 2px black solid;
    z-index: 1;
    opacity: .8;
  }
  
  
  .cat1 {
    position: absolute;
    width: 20%;       /* smaller width */
    height: 20%;      /* smaller height */
    top: 0px;
    left: 0px;
    opacity: 1;
    z-index: 7;
    background-color: transparent; /* optional, so you see empty areas */
      background-size: 55% auto; /* Shrinks image width based on container */
  
  }
  .cat2 {
    
    position: fixed;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    background-image: url('https://64.media.tumblr.com/b55cfe0828adabaf72c6d1d8a71656f2/e1aed535dca23fc5-f3/s250x400/acf2adacf6e2ad76fadde297c463d8982bf30c32.pnj');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    z-index: 7;
  }
  
  
  .cat3 {
    position: absolute;
    width: 20%;       /* smaller width */
    height: 20%;      /* smaller height */
    top: 0px;
    left: 0px;
    opacity: 1;
    z-index: 7;
    background-color: transparent; /* optional, so you see empty areas */
      background-size: 55% auto; /* Shrinks image width based on container */
  
  }
  .cat4 {
    
    position: fixed;
    width: 20%;
    height: 20%;
    top: 600px;
    right: 0;
    background-image: url('https://64.media.tumblr.com/1fc6d1217df1a6d6bd468b06b6fc6e33/e1aed535dca23fc5-15/s250x400/0d9f03df3ef1bf66e8ea435e558b5ddb925d4db9.pnj');
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-40deg);
    background-position: center;
    opacity: 1;
    z-index: 7;
  }
  
  .cat5 {
    position: absolute;
    width: 20%;       /* smaller width */
    height: 20%;      /* smaller height */
    top: 0px;
    left: 0px;
    
    opacity: 1;
    z-index: 7;
    background-color: transparent; /* optional, so you see empty areas */
      background-size: 55% auto; /* Shrinks image width based on container */
  
  }
  .cat6 {
    
    position: fixed;
    width: 500px;
    height:500px;
    top: 600px;
    right: -50px;
    background-image: url('https://i.pinimg.com/1200x/49/d3/c8/49d3c8ee27598fc922d83d24b188c7d1.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 1;
    z-index: 7;
  }
  
  .SideBoxTop {
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    position: sticky;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: rgb(0, 191, 255);
    z-index: 2;
    opacity: 1;
  }
  
  .SideBox {
    position: fixed;
    top: 50px;
    right: 60px;
    width: 300px;
    height: 870px;
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
    z-index: 10;
    overflow-y: auto;
    overflow-x: hidden;
    transition: right 0.3s ease;
  }
  
  .SideBox.hidden {
    right: -320px;  /* Adjust to fully hide it off-screen */
  }
  
  .Hamburger {
    position: fixed;      /* So it stays inside and moves with SideBox */
    top: 10px;
    right: 50px;             /* Moves it just outside the SideBox’s left edge */
    width: 50px;
    height: 50px;
    background-color: pink;
    font-size: 24px;
    border-radius: 5px;
    z-index: 11;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .Header {
     z-index: 10; 
   text-align: center; 
  }
  .TextBox {
    z-index: 10;
    position: absolute;
    width: 50vw;
    height: 50vw; /* Height scales with window width */
    top: 200px;     /* Optional: vertical position also scales */
    left: 25vw;    /* Centers the 50vw-wide box */
 /*   font-size: 1.5vw; */
  }
  .tendo {
    position: relative; /* or absolute */
    top: 55vw;
    left: 25vw; 
    z-index: 5;
      width: 50vw;
    height: 50vw; 
  }
  
  p {
    font-size: 2vw;
    text-align: left;
    
    
  }
  
  
    h3 {
    font-size: 2vw;
    text-align: center;
    
    
  }
  
  
  
  
  
  
  