
@font-face {
  font-family: "singsong";
src: url(https://file.garden/Zj-dM_oh-G9Y8EzN/Singsong.otf);
}
@font-face {  
font-family: 'gaugu';
src: url(https://file.garden/Zj-dM_oh-G9Y8EzN/Gaegu-Regular.ttf);
font-weight: normal;
font-style: normal;
} 
@font-face {                  
font-family: 'kiddos';
src: url(https://file.garden/Zj-dM_oh-G9Y8EzN/Kiddos-Demo.ttf) ;
font-weight: normal;
font-style: normal;
}
::selection {
  background:#D4FFCC;
  color:white; 
}
  /* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
  /* Vertical Width */
  height: 15px;
  /* Horizontal Height */
}
                        
/* Scrollbar Track Color */
::-webkit-scrollbar-track {
  background: #EEE0FF;
  border-radius: 10px;
  border:2px solid #CEA8FF;
  border-radius:5px;
}

/* Scrollbar Thumb Color */
::-webkit-scrollbar-thumb {
  background: #d4ffcc;
background: linear-gradient(0deg, rgba(212, 255, 204, 1) 0%, rgba(94, 236, 255, 1) 33%, rgba(206, 168, 255, 1) 67%, rgba(255, 163, 227, 1) 100%);
  border-radius: 10px;
  border: 2px solid transparent;
                                }

                            
body {
  background: url("https://i.ibb.co/ks4mDqxN/c366d8aa07cb4bfcc06f355db7c60cba.jpg");
  background-size: contain;
    justify-content: center;
    padding: 50px;
}
.border {
   padding:2px;
  height:auto;
  display:inline-block;
  witdh:fit-content;
  border: 32px solid transparent;
  border-image: url("https://i.ibb.co/bgnSqPJr/30-sin-t-tulo-20260721194901.png");
    border-image-slice: 100 fill;
  border-image-repeat: round;
  background-color: transparent;
  box-sizing: border-box;
}
.wrap{
  background: #85beff;
background: linear-gradient(0deg, rgba(133, 190, 255, 1) 0%, rgba(184, 234, 255, 1) 39%);
  position:relative;
    text-weight: bold;
  margin: 0;
  padding: 2px;
  width:600px;
  height:auto;
  border:1px solid black;
  border-radius:10px;
  box-shadow: 0 0 5px 5px white;
}
.container{
  background: white;
  background-size: cover;
  background-image:linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 90%), url("https://i.ibb.co/bgkR2TR2/28686.gif");
  background-attachment: local;
  width: auto;
  height:700px; 
  border: 2px solid #5789e6;
  border-radius: 10px;
  margin: 5px;
  padding:15px;
  padding-top: 7px;
  overflow-x: hide;
  overflow-y: auto;
}
.title {
  position:absolute;
  top:-80px; 
  bottom:0;
  left:0; right:0;
}
.text1 {
  position:absolute;
    font-family: "singsong";
    font-size: 90px;
    display: inline-block;
    background:
        linear-gradient(120deg,transparent 35%,rgba(255,255,255,.9) 50%,transparent 65%),
        radial-gradient(circle,rgba(255,153,216,1) 0%,rgba(194,237,255,1) 100%);

    background-size: 200% 100%, 100% 100%;
    background-position: -200% 0, 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #FF61C2;
    animation: shiny 3s linear infinite;
  
 filter:
  drop-shadow(0 4px white)
  drop-shadow(4px 0 white)
  drop-shadow(0 -4px white)
  drop-shadow(-4px 0 white)
  drop-shadow(0 2px #9a6fb0)
  drop-shadow(0 0 2px rgba(120,120,120,.4));

  letter-spacing: 2.5px;
}
@keyframes shiny {
    to {
        background-position: 200% 0, 0 0;
    }
}
.deco {
  
  height:50px; 
  width: auto;
  border-radius: 7px;
  background-color: transparent;
  background-image: url("https://64.media.tumblr.com/18487b769c5271369f2d14877826908d/463f51ade4af45aa-eb/s1280x1920/dad2812de2f8789277a92ef0461647e2ce296fca.png");
  background-repeat:repeat-x;
  padding:4px; 
  align-content: center;
  font-size:15px;
  
}

.top {
   font-family: 'kiddos';
  color:#fff;
  text-shadow: 0px 0px 6px #1F3956;
  background: #ffffff;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #FFB8F8 42%,#FFB8F8 58%, #FFD9FB 76%, #FFD9FB 100%), url("https://i.ibb.co/bMdDPcfK/3bb5822841513bd84a61e352b32f4de0.jpg");
  background-size: 200px;
  border: 1.5px solid #F5A2EF;
border-radius: 5px;
width:auto; height: 30px;
  background-blend-mode: multiply;
  text-align: center;
  font-size: 25px;
  padding: 3px;
  letter-spacing: 4px;
}
.top:hover {
  letter-spacing:7px;
}

.footer {
  
}
.each{
  height: 250px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5px;
  grid-auto-rows: minmax(100px, auto);
  place-items: center;
}
.entry {
  
  background:transparent;
  height: 180px; 
  width: 130px;
  border:1px solid black;
  border-radius:10px;

  
  
}

.pic {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.pic img {
  filter: grayscale(40%);
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 10px;
}
.entry:hover .text {
  height: 100%;
  border: 1px solid #FF00A1;
  border-radius:10px;
  color:#FF00A1;
 background: #ff96e0;
background: linear-gradient(0deg, rgba(255, 150, 224, 1) 0%, rgba(255, 224, 244, 1) 100%);
}
.name, .info{
  opacity: 1;
  transition: opacity 0.5s ease;
}

.entry:hover .name, .entry:hover .info{
  opacity: 0;
}

.text {
  font-family: 'gaugu';
    position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: .2s ease;
  z-index: 1;
}
.text p {
  padding: 10px;
}
.entry:hover #hide.text {
  height: 0;
  border: none;
  background: transparent;
}


.name{
  font-size:13px;
background: linear-gradient(0deg, rgba(237, 255, 209, 1) 0%, rgba(190, 240, 120, 1) 48%, rgba(210, 255, 143, 1) 56%, rgba(253, 255, 219, 1) 79%);  border-radius: 0 0 10px 10px;
  text-shadow: 2px 0 #62A10A, -2px 0 #62A10A, 0 2px #62A10A, 0 -2px #62A10A,
             1px 1px #62A10A, -1px -1px #62A10A, 1px -1px #62A10A, -1px 1px #62A10A;
   position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  font-weight: bold;
  line-height: 30px;
  color: white;
  text-align: center;
  z-index: 2;
}
.info{
  z-index:2;
  font-size: 12px;
  padding-top:5px;
  text-transform: uppercase;
   color:white;
  text-align: center;
  background: rgba(0, 0, 0, 0.33);
  position: absolute;
  border-radius:7px 10px 0 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 20px;
}
.rate {
  margin-top:5px; 
  text-align: center;
 font-weight: bold;
  color: gray;
}
.rate:hover {
  color:blue;
}