@font-face {
  src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
  font-family: hearts;
  }
  
  @font-face {
  font-family:chick;
  src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
  }
  
  @font-face { 
  font-family: 'Magica'; 
  src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf); 
  } 
  
  ::selection {
  /* Change highlight background color */
  background: #EC4653;
  /* Change highlight text color */
  color: #FFFFFF;
  }
  
  body {
    background-image: url('https://i1.glitter-graphics.org/pub/2288/2288501bzoygbwko1.gif');
    background-attachment: fixed;
    background-repeat: repeat;
    overflow: hidden;
  }
  
  .main {
  width: 1000px;
  height: 600px;
  background: #EC4653;
  box-shadow: inset 13px 0px 6px -10px rgb(92 92 92 / 50%), inset -13px 0px 6px -10px rgb(92 92 92 / 50%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(92 92 92 / 15%);
  border: 1px solid black;
  border-radius: .5em;
  padding: 10px;
  position: absolute;
  top: 2.75em;
  left: 7em;
  }
  
  .inner {
  width: 955px;
  height: 555px;
  background: #8CB360;
  box-shadow: inset 13px 0px 6px -10px rgb(92 92 92 / 50%), inset -13px 0px 6px -10px rgb(92 92 92 / 50%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(92 92 92 / 15%);
  border: 1px solid white;
  border-radius: .5em;
  padding: 5px;
  margin-top: 15px;
  margin-left: 15px;
  display: flex;
  }
  
  .left 
  {
    width: 305px;
    height: 525px;
    background: white;
    box-shadow: inset 13px 0px 6px -10px rgb(92 92 92 / 50%), inset -13px 0px 6px -10px rgb(92 92 92 / 50%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(92 92 92 / 15%);
    border: 1px solid black;
    padding: 5px;
    margin-top: 10px;
    margin-left: 10px;
    gap: 0px;
  }
  
  article[role="tabpanel"] {
     width: 595px;
    height: 525px;
    background: white;
    box-shadow: inset 13px 0px 6px -10px rgb(92 92 92 / 50%), inset -13px 0px 6px -10px rgb(92 92 92 / 50%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(92 92 92 / 15%);
    border: 1px solid black;
    padding: 5px;
    margin-top: -20px;
    margin-left: 10px;
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  }

  .tabs menu [role="tab"]:hover,
  .tabs menu [role="tab"][aria-selected="true"] {
    border: 1px solid transparent !important;
    box-shadow: none !important;
  }
  
  .tabs menu [role="tab"] {
  background: white;
  border: 1px solid black;
  font-family: hearts;
  font-size: 2em;
  }
  
  .tabs menu [role="tab"][aria-selected="true"] {
  border: none;
  }
  
  .tabs menu
  {
    transform: rotate(90deg);
    transform-origin: top left;
    position: relative;
    left: 53.75em;
    top: 3em;
    gap: 20px;
  }
  
  .dividers
  {
    z-index: 9;
    position: absolute;
    top: 6em;
    left: 28em;
    width: 100px;
    height: 500px;
  }
  
  #row
  {
    width: 4em;
    height: 1.5em; 
    background: #FC5A8D;
    border: 1px solid black;
    border-radius: 1em;
    z-index: 99999;
    box-shadow: inset 10px 0px 6px -10px rgba(66,66,66,0.565),  inset -10px 0px 6px -10px rgba(66,66,66,0.565), inset 0px  10px 6px -10px #ffffff, inset 0px -10px 6px -10px  rgba(66,66,66,0.376);
    margin-bottom: 30px;
  }
  
  .imagemask {
    white-space: nowrap;
    font-size: 8em;
    font-weight:bold;
    margin:0 auto; /* this is to center, if needed */
    /* add below if you want an outline, if not remove */
    font-family:chick;
    transform: rotate(90deg);
    position: absolute;
    top: 3em;
    left: 10.75em;
    color: white;
    filter: drop-shadow(0px 1px #E32E34) drop-shadow(0 -1px #E32E34) drop-shadow(1px 0 #E32E34) drop-shadow(-1px 0 #E32E34) drop-shadow(0px 1px #4F6D3A) drop-shadow(0 -1px #4F6D3A) drop-shadow(1px 0 #4F6D3A) drop-shadow(-1px 0 #4F6D3A);
  }
  
  @keyframes heart{
  0%, 12%, 25%, 50% {
  transform: rotate(0deg);
  }
   
  55% {
  transform: rotate(-2.5deg);
  }
   
  65% {
  transform: rotate(3.5deg);
  }
   
  75% {
  transform: rotate(-7deg);
  }
   
  95%, 100& {
  transform: rotate(0deg);
  }}
  
  navi
  {
    background-color:#ee9abe;
    color: white;
    border-radius: 100%;
    font-family:chick; 
    -webkit-text-stroke: 1px black; 
    font-size: 30px; 
}

.gradmask {
background: linear-gradient(#FC5A8D 25%, white);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 2.25em;
font-weight:bold;
font-family:chick; 
-webkit-text-stroke: 1px black; 
display: inline;
}

.bg, .inner3 { box-sizing: border-box;}

.bg {
background: #EC4653;
padding:5px; /* make number bigger/smaller for a bigger/smaller border */
width:285px;
border:1px solid black;
}

.inner3 {
  font-size: 1.5em;
font-family: hearts;
background: #FFF;
color: #000;
padding:5px;
border:1px solid black;
height:90px; /* set height to "height:fit-content;" to expand with text size */
overflow-y:auto; /* remove overflow if you don't want a scroll */
}

high
{
    font-size: 2em;
    font-weight:bold;
    font-family:chick;
    color: #EC4653;
  -webkit-text-stroke: 1px black; 
}

  .rows {
    border-style:solid;
    border-width:0 8px 8px 8px;
    border-color:#FC5A8D;
    border-right: none;
    border-left: none;
    width: 555px;
    margin-left: 20px;
  }
    .inners {
	 	border-style:solid;
	 	border-width:0 5px 8px;
	 	border-color:#FC9FB1;
	 	height:160px;
	 	font-size:0.8em;
	 	border-right: none;
    border-left: none;
}
.border {
      border-bottom:1px solid pink;
    }
    
    /* ----------------------------------------------
 * Generated by Animista on 2026-3-22 21:18:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rotate {
  margin-left: 10px;
overflow: hidden;
display: inline-block;
position: absolute;
  width: 140px;
  height: 140px;
  border-width: 7px;
  border-style: solid;
  border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;
  transition: transform .5s;
   z-index: 1;
}
 
.rotate:hover {
transform: scale(1.25);
transform-origin: 50% 50%;
}      

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    background: transparent !important;
    z-index: 999;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    border-radius: 5px;
    width: 500px;
    height:325px;
    position: relative;
    z-index: 999;
    background: transparent !important;    
}
.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: red;
}
.popup .content {
    overflow: auto;
}

.title-bar {
  background: linear-gradient(#00000000, #00000000) !important;
  border: 1px solid black !important;
  background-image: url('https://i5.glitter-graphics.org/pub/1321/1321455d3fpu0qukm.gif') !important;
    background-attachment: fixed !important;
    background-repeat: repeat !important;
}

.title-bar.special-title {
  background-image: url('https://i7.glitter-graphics.org/pub/1709/1709977cnk1u7kl19.gif') !important;
}

.title-bar-text
{
  color: black !important;
  text-shadow: none !important;
  font-family: hearts !important;
}

.windows
{
  background: white;
  border-bottom: 1px solid black !important;
  border-left: 1px solid black !important;
  border-right: 1px solid black !important;
  height: 335px;
  display: flex;
  border-radius: 0px 0px 15px 15px;
  padding: 10px;
}

.inner-left
{
  width: 200px;
  height: 315px;  
}

.inner-right
{
  width: 300px;
  height: 300px;
  border-width: 7px; 
border-style: solid; 
border-image: url("https://i.imgur.com/ROjUrNz.gif") 6 fill round; 
overflow-y: scroll;
padding: 10px;
  font-family: hearts;
  font-size: 15px;
}

.radius{  
  background-color: transparent;
  background-image: radial-gradient(#FC9FB1 30%, transparent 70%); /* inner shadow */
border-radius:100%;
border: 1px solid white; /* border white */
-webkit-box-shadow: 0px 0px 5px 0px #FC5A8D; /* shadow */
-moz-box-shadow: 0px 0px 5px 0px #FC5A8D; /* shadow */
box-shadow: 0px 0px 5px 0px #FC5A8D; /* shadow */
  font-family:chick;
  color: white;
  font-size: 30px;
      -webkit-text-stroke: 1px black; 
      text-align: center;
}

p
{
  text-align: left;
  font-size: 15px;
}

pp
{
  font-size: 15px;
  line-height: 2em;
  position: relative;
  top: -1.25em;
}

.about
{
  border: 1px inset white;
  box-shadow: 0 0 8px 8px white inset;
    height: 200px;
    width: 130px;
    padding: 15px;
    background: #8CB360;
      font-family: hearts;
      white-space: pre-wrap;
      text-align: left;
}

titlez
{
  background: linear-gradient(#EC4653 50%, #E32E34);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 2em;
font-weight:bold;
filter: drop-shadow(0px 1px white) drop-shadow(0 -1px white) drop-shadow(1px 0 white) drop-shadow(-1px 0 white);
font-family:chick;
margin-left: 9px;
}

.dotted {
    color: white;
    background: #4F6D3A;
    border: 1px dashed #fff;
    padding: 2px;
  font-family: hearts;
  }
  
  .qu
  {
    line-height: 1.25em;
  }
  
  .oc
  {
    position: relative;
    top: -4em;
  }
  
  .inner-left2
{
  width: 325px;
  height: 315px;  
}

.inner-right2
{
  width: 175px;
  height: 315px;
}

.imagemask2 {
background-image: url("https://dl.glitter-graphics.com/pub/3744/3744459zvuaxbq4pm.png");
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 6em;
font-weight:bold;
width:fit-content;
margin:0 auto; /* this is to center, if needed */
/* add below if you want an outline, if not remove */
    -webkit-text-stroke: 1px black; 
font-family:chick;
}

.imagemask2.small {
font-size: 5em;
}

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

.glow {
margin: 0 auto;
width:90%;
height:135px;
border:3px solid #8CB360;
background:#8CB360;
border-radius:10px;
box-shadow: 0px 0px 10px #8CB360, 0px 0px 10px #8CB360, 0px 0px 10px #8CB360, 0px 0px 10px #8CB360, 0px 0px 14px #8CB360;
color:black;
overflow-y:auto;
   font-family: hearts;
      font-size: 1.5em;
      padding: 5px;
}

.bottom
{
  height: 75px;
  width: 475px;
  position: absolute;
  z-index: 99;
  left: 1em;
  top: 28.5em;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 10s linear infinite;
   font-family: hearts;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.btn {
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey,
    inset 2px 0px #dfdfdf;
  border-radius: 0px;
  background: #EC4653;
  display: inline-block;
  width: auto;
  text-decoration: none;
  padding: 5px;
  line-height: 1;
   font-family: hearts;
   font-size: 1.5em;
   color: white;
}

name {
  background-color: transparent;
  background-image: radial-gradient(#EC4653 30%, transparent 70%);
   font-family: hearts;
   font-size: 1.5em;
   color: black;
   text-align: center;
}

.info
{
  border: 3px inset white;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 5px;
  background-image: url('https://i5.glitter-graphics.org/pub/1043/1043585ir2mebcqub.gif');
  background-attachment: fixed;
  background-repeat: repeat;
  width: 85%;
  margin-left: 10px;
}