body {
  background-color: #CCA6F5;
  font-family: aespa;
}
@font-face {
font-family: aespa;
src: url(https://dl.dropbox.com/s/gy2yvbau2ieeeng/aespa_Regular.ttf);
}
@font-face {
src: url(https://dl.dropbox.com/s/kp4x66rhekt1fz5/AdabelleHandwriting-Regular.ttf);
font-family: adabelle;
}
@font-face {
src: url(https://dl.dropbox.com/s/g3x81o9erdbepda/Candy%20Cake.ttf);
font-family: candie;
}
@font-face {
font-family: sunny;
src: url(https://dl.dropbox.com/s/33rn3qyxh829ew0/SunnySpellsBasicRegular-Yz1Wv.ttf);
}
@font-face {
src: url(https://dl.dropbox.com/s/dvqz37ox7vxjm1r/Stitching%20of%20Children.ttf);
font-family: stitch;
}
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-7-12 16:3:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-fwd {
  0% {
    -webkit-transform: translateZ(-80px);
            transform: translateZ(-80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}


.main{
  background: #8B70A1;
  width: 500px;
  height: 500px;
  margin: auto;
  margin-top: 80px;
  padding: 15px;
  position: relative;
}

.section {
  background: white;
  border: 3px solid #684585;
  width: 300px;
  height: 350px;
  padding: 15px;
  position: relative;
  left: -3em;
  text-align: center;
	-webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.images {
  border: 3px solid #9E62D1;
  background-color: white;
  width: 315px;
  height: 55px;
  position: relative;
  left: -3em;
  margin-top: 15px;
  padding: 10px;
}
.icons {
  width: 300px;
  height: 55px;
  position: relative;
  left: 9.875em;
  top: -0.5em;
  padding: 15px;
}
button {
  border-radius: 100%;
  padding: 5px;
  background-color: white;
  border: 1px solid #D1A3FF;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.right {
  width: 200px;
  height: 540px;
  position: relative;
  left: 19em;
  top: -39em;
}
.message {
  background: #BF7DFF;
  border: 1px solid black;
  border-radius: 25px 25px 25px 0px;
  padding: 5px;
  text-align: center;
  animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}

@keyframes floating {
0% { transform: translate(0, 0px); }
50% { transform: translate(0, 15px); }
100% { transform: translate(0, -0px); }
}

mark {
  font-family: candie;
  -webkit-text-stroke: 1px black;
  background: none;
  color: white;
  font-size: 1.5em;
}

symbol {
  font-family: stitch;
  color: black;
  font-size: 1.5em;
}
a {
  color: white;
  text-shadow: -1px 0 #424242, 0 1px #424242, 1px 0 #424242, 0 -1px #424242, 0 0;
text-decoration: none;
font-family: candie;
}
a:hover {
  font-style: bold;
  color: black;
}

.scroll {
  width: 200px;
  height: 210px;
  position: absolute;
  top: 20em;
}

.whitecloudybox {
height: 90px;
width: 100%;
border: 10px solid transparent;
box-sizing: border-box;
border-image: url(https://i.postimg.cc/QM9dMFhq/cloud.png) 50 round;
}

.whitecloudyfull { 
width:100%;
height:100%;
overflow-y:auto;
background:#fff;
color:black;
}

highlight {
  font-family: adabelle;
  background: #B361FF;
  border-radius: 15px;
  padding: 2px;
  border: 1px solid black;
  font-size: 1em;
}
bigtext {
  font-family: sunny;
  font-size: 2em;
}

.glowpad { margin: 0 auto; padding:10px; width:100%; box-sizing:border-box; }

.glow {
margin: 0 auto;
width:100%;
height:150px;
border:3px solid white;
background:white;
border-radius:10px;
box-shadow: 0px 0px 10px white, 0px 0px 10px pink, 0px 0px 10px pink, 0px 0px 10px pink, 0px 0px 14px pink;
color: black;
overflow-y:auto;
font-family: adabelle;
}


