@font-face {
  font-family: Cafe24Syongsyong;
  src: url(https://file.garden/Z78F0nFtX2vHpche/Cafe24Syongsyong-v2.0.otf);
}

:root {
  --main: #ffbdd3;
  --accent: #FFD0D0;
  --accenttext: #8E3E63;
  --section: #6e5c57;
}

body {
  background: white;
}

.container-base {
  background: white;
}
.info-card, .info-card * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cafe24Syongsyong";
}


.info-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  transition: all 2s;
  position: relative;
}

/* Scrollbar + selection only inside */
.info-card ::selection {
  background: transparent;
  color: var(--main);
}
.info-card ::-webkit-scrollbar {
  width: 8px;
}
.info-card ::-webkit-scrollbar-track {
  background: black;
  border-radius: 0 3px 3px 0;
}
.info-card ::-webkit-scrollbar-thumb {
  background: var(--main);
  border-radius: 0 5px 5px 0;
}

.info-card #anim {
  animation: scale-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Your layout inside */
.info-card #piss {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 440px;
  position: relative;
}

.info-card #back {
  width: 500px;
  height: 400px;
  background-image: url("https://file.garden/Z78F0nFtX2vHpche/feedae994d934f31fd5e87285d1d5215.jpg"),
    linear-gradient(to bottom, white 40%, var(--main) 100%);
  background-size: 120px, cover;
  border-radius: 20px;
  position: absolute;
  z-index: 1;
  box-shadow: inset -8px 0 8px -10px gray, inset 0 -8px 8px -10px gray,
    inset 8px 0 8px -10px gray, inset -8px 0 8px -10px #FFCFCF,
    inset 0 -8px 8px -10px #FFCFCF, inset 8px 0 8px -10px #FFCFCF;
}

.info-card #frontcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 440px;
  position: absolute;
  z-index: 2;
}

/* Music box */
.info-card #musicbox {
  align-self: end;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 400px;
  height: 40px;
  background: white;
  border: 2px solid #FFDFDF;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.info-card #audio-muted,
.info-card #audio-unmuted {
  font-size: 30px;
  color: var(--accent);
}

.info-card button {
  background: none;
  border: none;
  color: inherit;
}

.info-card #marqueewrap {
  white-space: nowrap;
  width: 340px;
  height: 30px;
  overflow: hidden;
}

.info-card #marquee {
  font-size: 22px;
  color: black;
  animation: marquee 15s linear infinite;
}

/* Main box */
.info-card .main {
  display: flex;
  gap: 10px;
  padding: 10px;
  width: 460px;
  height: 360px;
  background: white;
  border: 2px solid #FFDFDF;
  border-radius: 10px 0;
}

.info-card #left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 180px;
  height: 100%;
}

.info-card #image {
  width: 180px;
  height: 200px;
  background-image: url("https://file.garden/Z78F0nFtX2vHpche/7df3ca37bf2c90b694f9535e127cbc34.jpg");
  background-size: cover;
  background-position: center;
  border: 2px solid #FFDFDF;
  border-radius: 5px;
}

.info-card #intro {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 125px;
  border: 2px solid #FFDFDF;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.info-card #intro > div > a {
  display: inline-block;
  margin: 2px;
  padding: 0 10px;
  width: max-content;
  height: 20px;
  border: 2px solid var(--main);
  border-radius: 5px;
  text-decoration: none;
  color: black;
}

/* Right side */
.info-card #right {
  width: 250px;
  height: 100%;
}

.info-card .scrollbox {
  padding: 8px;
  width: 100%;
  height: 100%;
  border: 2px solid #FFDFDF;
  border-radius: 5px;
  font-size: 17px;
  overflow: auto;
  z-index: 9;
  background: white;
}

.info-card .scrollbox:target {
  display: block;
}

.info-card .scrollbox:not(:target) {
  display: none;
}

.info-card .pee {
  background-image: url('https://file.garden/Z78F0nFtX2vHpche/Untitled%20designnnn.png');
  background-size: cover;
  width: 246px;
  height: 336px;
  z-index: 0;
  display: block;
}

/* Headers */
.info-card .section {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px 2px 10px;
  width: max-content;
  height: 28px;
  border: 2px solid var(--section);
  border-radius: 5px 30px 30px 5px;
  color: var(--section);
}

/* Navigation */
.info-card nav {
  align-self: start;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px;
  width: max-content;
  height: 40px;
  background: white;
  border: 2px solid #FFDFDF;
  border-top: none;
  border-radius: 0 0 10px 10px;
  transition: all 0.5s ease-in-out;
}

.info-card nav > a {
  padding: 0 10px;
  width: max-content;
  height: 100%;
  background: var(--accent);
  border: 2px solid #FFDFDF;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  color: var(--accenttext);
  transition: padding 0.5s ease-in-out;
}

.info-card nav > a:hover {
  padding: 0 15px;
  transition: padding 0.5s ease-in-out;
}

@keyframes scale-in-bottom {
  0% {
    transform: scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 400px) {
  .scaling {
    transform: scale(70%);
  }
}