body {
  background-image: url('starulae.png'); /* use your image name */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
   padding: 0;
  height: 100%;
 min-height: 100vh;
  color: rgb(247, 6, 255);
  font-family: sans-serif;
}


@font-face {
font-family: 'Starulae'; /*this is the name used for CSS*/
src: url('SciAuralieph-O196.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}



.bubble-text {
  padding: 0.6rem 0.6rem;
  border-width: 0.6rem;      
  border-style: solid;         /* required for border-image to work */
  border-image-source: url('images/my-border.png');
  border-image-slice: 20;      /* how much to slice the border image */
  border-image-repeat: round;  /* how to fill the border area */
  border-radius: 30px;         
  background-color: rgba(0,0,0,0.6);
  color: white;
  display: inline-block;
cursor: url('Sailor\ moon\ 2.cur'), auto;

}


.glow-animate {
    color: rgb(0, 0, 0);
    animation: glowPulse 11s infinite alternate ease-in-out;
  }

  @keyframes glowPulse {
    0% {
      color: rgb(255, 100, 100); 
      text-shadow: 0 0 6px rgb(255, 0, 0), 0 0 20px rgb(255, 102, 0);
    }

    50% {
      color: rgb(150, 150, 255); 
text-shadow: 0 0 6px rgb(68, 0, 255), 0 0 20px rgb(0, 119, 255);
    }
    
    100% {
       color: rgb(255, 0, 119); 
      text-shadow: 0 0 10px rgb(156, 0, 104), 0 0 40px rgb(255, 164, 243);
    }
  }

  .my-title {

  font-family: 'Starulae', sans-serif;
  font-size: 1.04rem;
}



a {
  cursor: url('Link Select.cur'), pointer;
}

.quick-links {

font-size: 3.6rem;
  max-width: 30%;
  margin-top: 0%;
  padding: 0.2rem;
  color: #f370ff !important;
 
}

@font-face {
font-family: 'Links'; /*this is the name used for CSS*/
src: url('ElectronPulse-9Yn42.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

.link-title {
font-family: 'Links', sans-serif;
  font-size: 3rem;
  padding-left: 4.5rem;
  padding-bottom: 1.2rem;
  filter: drop-shadow(0 0 4px #c402ff) drop-shadow(0 0 3px #4f4cff);

}

.sparkle-float {
  position: relative;

  font-family: 'Links', sans-serif;
  font-size: 3rem;


  


  /* Animations */
  animation:
    floaty-move 3s ease-in-out infinite,
    sparkle-shift 12s linear infinite alternate;
}

/* Gentle vertical float */
@keyframes floaty-move {
  0%   { transform: translateY(1); }
  50%  { transform: translateY(-7px); }
  100% { transform: translateY(3); }
}





.butterfly-gif {
   margin-left: auto;
  margin-right: auto;
    width: 3rem;         
  height: auto;        /* keep aspect ratio */
  margin-bottom: 3rem; 
  display: block; 
}

@media (max-width: 600px) {
  .butterfly-gif {
    width: 2rem;       
    margin-bottom: 2rem;
  }
}


.custom-cursor2 {

   display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
margin-top: -4.375rem;
    cursor: url('Sailor\ moon\ 2.cur'), auto;
}

.princess-wrapper {
 position: relative;
width: 25rem;
height: 25rem;
margin-left: 1.25rem;
}

.princess-frame {
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('princess border.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  filter: drop-shadow(0 0 6px #d46bd4) drop-shadow(0 0 10px #f867f8);
  animation: glow 1.5s ease-in-out infinite alternate;
}

.princess-box {
  padding: 6rem 2rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  
}


.bullet-gif {
  list-style: none;
  padding-left: 1;
  text-align: left;
padding-top: 4;
}

.bullet-gif li {
  position: relative;
  padding-left: 2.4rem; /* space for bullet */
  margin-bottom: 1rem;
}

.bullet-gif li::before {
  content: "";
  position: absolute;
  left: 0;
 top: 0rem;
width: 1.5rem;
height: 10rem;
  background-image: url('kittybutton.gif');
  background-size: contain;
  background-repeat: no-repeat;
}


@font-face {
font-family: 'Socials'; /*this is the name used for CSS*/
src: url('BespokeLaadcx2ge-M5xw.ttf') format('truetype');
}

.socials-text li,
.socials-text a {

  font-family: 'Socials', sans-serif;
  word-wrap: break-word;
  font-size: 1.05rem;
  max-width: 81%;
  display: inline-block;
  font-weight: bold;
}

.zoom-in {
  display: inline-block;
  transition: transform 0.3s ease;
}

.zoom-in:hover {
  transform: scale(1.05); /* zooms in by 10% */
}


a {
  color: #f772e0; /* your custom color */
  text-decoration: wavy;
}

.socials-text a:hover {
  color: #ea96ff; /* hover color */
}

 .end-message {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
margin-top: 50px;

  }
