
html{
  
}
body {
  background-image: url("https://i.pinimg.com/736x/e6/a4/aa/e6a4aa4104e4569a3804c6289be20328.jpg");
  background-repeat: repeat;
  font-family: "basiicmedium";
  font-size: 16px;
  color:#ff78d2;
    /* or 'contain' or fixed size like '200px 150px' */

}
 a {
      cursor: url(nat996.png) 30 30, pointer;
      text-decoration: none;
      color:black ;
    } 
    
    ::selection {
    background: #ffe0f5;
    color: white;
  }
  
   strong {
    color: #60B5FF;
  }
  
  strong2 {
    color: #98D2C0;
  }
  
  strong3 {
    color: blue;
    font-sie: 25px;
    font-weight: bold;
    
  }h1 {
  display: block;
  font-size: 1.5em;
  font-family: "basiicmedium";
  color: #ff61b8;
  margin-top: 5px;
    margin-left: 5px;
}

h2 {
  display: block;
  font-size: 3.5em;
  font-family: "starbornregular";
  color: #fff0fa;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff78d7;
  z-index: 9999;
  position: absolute;
  top: -15px;
  left: 535px;
}

h3 {
  display: block;
  font-size: 2.5em;
  font-family: "basiicmedium";
  color: #ff61b8;
  margin-bottom: 15px;
  margin-top: 12px;
}

h4 {
  display: block;
  font-size: 27px;
  font-family: "basiicmedium";
  color: #ff61b8;
  margin-bottom: 14px;
  margin-top: 12px;
}
p {
  font-family: "basiicmedium";
  font-size: 16px;
  color: #444;
  margin-top: 2px;
     margin-left: 5px;
}

.container {
  border-width:3px;
  border-style:solid;
  border-image: url("https://64.media.tumblr.com/9dfe9992a7fe8b33b574707ce2b943e7/5f3ae3c869e7ca9a-03/s250x400/a981485eb61951d58a99d20bba68b120e7794e1a.pnj") 7 fill round;
  margin: auto;
  width: 700px;
  height: 750px;
    background-size: cover;
  padding: 5px;
  z-index: 4;
  
   border-color: pink;
    border-radius: 9px;
  }
  
  .image {

  background-image: url('https://i.pinimg.com/736x/12/b2/7c/12b27c233b03d493df21b6e5588a5f9d.jpg');
  background-size: cover;     /* or 'contain' or fixed size like '200px 150px' */
background-repeat: no-repeat;
background-position: center;
  object-position: 50% 50%;
  width: 697px;
  height: 170px;
  z-index: 3;
  top: 4px;
  left: 5px;
  box-shadow: 0 0 8px 8px white inset;
  white-space: nowrap;
  overflow: hidden;
}
 

 .nav-bar {
  display: flex;              /* Makes items go in a row */
  justify-content: center;    /* Centers items horizontally */
        list-style: none;     /* Removes bullet points */
  padding: 0;
  margin: 0;
  background-color: #ffe6f0;  /* Soft pink background */
  gap: 20px;                  /* Space between items */
}

.nav-bar li a {
  text-decoration: none;
  color: #d36ba4;             /* Cute pink */
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 8px;
  transition: 0.3s;
}

#center {
  width: 450px;
  height: 100px;
 
  background-color: white;
  z-index: 3;
  margin-left: 2px;
  margin-top: 9px;
  overflow-y: scroll;
      border-width: 1px;
  border-style: solid;
  border-color: pink;
  padding: 0px;
  
 overflow-x: hidden;
}
#third {
   
  background-color: white;
  width: 208px;
  height: 180px;
     margin-left: 477px;
  margin-top: -100px;
  padding: 2px;
  background-image: url('https://i.pinimg.com/736x/d6/66/ed/d666ede954a6955624ac706eb8481c54.jpg' );
    overflow: hidden;
  z-index: 2;
  left: 530px;
  top: 285px;
 background-size: cover;     /* or 'contain' or fixed size like '200px 150px' */
background-repeat: no-repeat;
background-position: center;

}
#center2 {
  width: 450px;
  height: 70px;
    border-width: 1px;
  border-style: solid;
  border-color: pink;
  z-index: 3;
  margin-left: 2px;
  margin-top: -70px;
  overflow-y: scroll;
  
  padding: 0px;
  
 overflow-x: hidden;
}



::-webkit-scrollbar {
width: 14px;
height: 10px;
}


.marquee-container {
  width: 100%;

  overflow: hidden;
 
  padding: 10px 0;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 12s linear infinite;
}

.marquee-img {
height: 100px;  
  
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.image-divider {
  display: flex;
  align-items: center;
  text-align: center;
width: 50px;
  margin-left: 80px;

}

#centerhalf {
  width: 230px;
  height: 250px;

  background-color: white;
  z-index: 50;
  margin-left: 175px;
  margin-top: 10px;

  background-size: cover;     /* or 'contain' or fixed size like '200px 150px' */
background-repeat: no-repeat;
background-position: center;
  padding: 5px;

    background-image: url('https://i.pinimg.com/736x/7f/5e/45/7f5e45db9d0b10921d790fbec8758545.jpg' );
}

  #fifth {
  width: 163px;
  height: 255px;
  border-width: 1px;
  border-style: solid;
  border-color: pink;
  background-color: white;
  z-index: 3;
  margin-top: -255px;
  overflow-y: auto;

  padding: 0px;
  

 
}
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #Fefafb;
   overflow: auto;
}
::-webkit-scrollbar-track {
    width: 0.5px;
    border: 1px dotted #FCE8EC;
    border-radius: 4px;
   overflow: auto;
}
::-webkit-scrollbar-thumb {
    background: white;
    border: 1px dotted #cbbab3;
    border-radius: 4px;
   overflow: auto;
}
::-webkit-scrollbar-thumb:hover {
    background: #e1cfc7;  
   overflow: auto;
}

#fifth2 {
  width: 255px;
  height: 255px;
  border-width: 1px;
  border-style: solid;
  border-color: pink;
  background-color: white;
  z-index: 3;
  margin-top: -259px;
  overflow-y: auto;
 margin-left: 430px;
  padding: 0px;
   

 
}

#crawler {
  width: 340px;
  height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: pink;
  margin: auto;
  background-color: white;
  z-index: 3;
  margin-top: -500px;
  margin-left: 175px;
  overflow: hidden;
 
  padding-bottom: 10px;
  border-radius:9px;
}