@font-face {
    font-family: "Sant Joan Despi Regular";
    src: url('https://dollicia.neocities.org/fonts/SantJoanDespiRegular.ttf') format("truetype");
}
@font-face {
    font-family: "Cloister Black";
    src: url(https://dollicia.neocities.org/fonts/CLOISTERBLACK.TTF) format("truetype");
}
@font-face {
    font-family: "Monsieur La Doulaise Regular";
    src: url(https://dollicia.neocities.org/fonts/MonsieurLaDoulaise-Regular.ttf) format("truetype");
}
body {
    background-image: url(https://dollicia.neocities.org/Shrines/e4bc6218f3a5a7f0e3be19288cee7cd7.png);
    padding-top: 60px;
}

* {
    box-sizing: border-box;
}

.whole {
    width: 1000px;
    margin: 0 auto;
    display: block;
    justify-content: center;
    align-items: center;
}


.header {
    background-image: url(https://dollicia.neocities.org/Shrines/download.png);
    color: white;
    text-align: center;
    font-size: 40px;
    padding: 10px;
    font-family: "Sant Joan Despi Regular";
    text-shadow: -2px 2px 0px black;
    border: 11px ridge white ;
    border-radius: 50% 50% 0px 0px;
     overflow: hidden;
    
}

.box {
    border: 11px ridge white ;
    margin-top: 2px;
    border-radius: 0%;
    background-image: url(https://dollicia.neocities.org/Shrines/download18.jpg);
     padding: 20px;
}

.content {
    padding: 15px;
    background-image: url(https://dollicia.neocities.org/Shrines/meowww.png);
    background-position: center;
    border: 5.5px ridge white ;
    display: flex;
    gap: 10px;
    height: 600px;

    border-radius: 50px;

}

.right {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.meow {
    background-image: url(https://dollicia.neocities.org/Shrines/38bc114a52aa16c47ffc4add8b99d196.png);
    background-position: center;
    background-size: 200%;
    border-radius: 50px;
    width: 200px;
    color: black;
    font-family: "Sant Joan Despi Regular";
    border: 5.5px ridge white ;
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    padding: 8px;
    height: 400px;
    overflow-y: scroll;
}


.mewww {
    text-align: center;
    overflow: hidden;
    background-image: url(https://dollicia.neocities.org/Shrines/70d794ed5439114cb27a169268dff927.png);
    padding: 15px;
     border: 5.5px ridge white;
     border-radius: 50px;
    overflow-y: auto;
     height: 550px;
}


.imgs img {
    width: 300px;
     object-fit: cover;
     height: 150px;
     border-radius: 20%;
     border: 5.5px ridge white;
}



.controls {
    background-image: url(https://dollicia.neocities.org/Shrines/38bc114a52aa16c47ffc4add8b99d196.png);
    width: 200px;
    text-align: center;
    margin-top: 10px;
     border: 5.5px ridge white ;
      border-radius: 50px;
}


::-webkit-scrollbar {
    width: 10px;
    height: 20px;
}

::-webkit-scrollbar-corner {
    background: #E2BED8;
}

::-webkit-scrollbar-thumb {
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #EEBAE0;
  background-size: 7px;
  border: 1px solid #fff;
  border-radius: 2px;
  box-shadow: inset -3px 0 #BC94B1, inset 1px 1px white
}

.imgbox{
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.tooltip {
    font-family: Sant Joan Despi Regular;
     position: absolute;
     top: 70%;
    left: 3%;
     border: 4px ridge white;
    padding: 1px 10px;
    border-radius: 20px;
     background-image: url(https://dollicia.neocities.org/Shrines/38bc114a52aa16c47ffc4add8b99d196.png);
     filter: drop-shadow(-2px 4px 1px white);
    white-space: nowrap;
    opacity: 0;
    filter: blur(2px);
    transition: all 0.7s ease;
    transform:translateX(-20px);
}

.imgbox img:hover + .tooltip {
    opacity: 1;
    filter: blur(0px);
    transform:translateX(10px);
}

.imgbox img {
    filter: saturate(0.5);
    transition: all 0.7s ease;
}

.imgbox img:hover{
    filter: saturate(1);
}

#playpause-btn {
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  display: inline-block;
  transform-origin: center;
}

/* playing state */
#playpause-btn.playing {
  filter: brightness(1.1);
  transform: scale(1.3); /* main scale */
}

.controls img.prev,
.controls img.next {
  cursor: pointer;
  transition: transform 0.5s ease;
}

.controls img.prev.bounce,
.controls img.next.bounce {
  animation: clickBounce 0.6s ease;
}

@keyframes clickBounce {
  0%   { transform: scale(1) translateY(0); }
  50%  { transform: scale(1.1) translateY(-3px); }
  100% { transform: scale(1) translateY(0); }
}

.mikat {
    background-image: url(https://dollicia.neocities.org/PNGs/mkslelolelo%20on%20twt%202.png);
    background-position: center;
    background-size: 140%;
    width: 200px;
    height: 200px;
    margin-top: 15px;
}


a {
    text-decoration: none;
    color: white;
    font-family: Sant Joan Despi Regular;

}

.text {
    background: black;
    width: 90px;
    text-align: center;
    margin-top: 0px;
    border: 4px ridge white;
    border-radius: 40px;
    transition: 0.6s ease;
    display: inline-block;
}

.text:hover {
      animation: float 1s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  25% { transform: translateY(-3px); }
  50% { transform: translateY(-6px); }
  75% { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}