<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Baby Doll';
  src: url('font/BabyDoll.woff2') format('woff2'),
       url('font/BabyDoll.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PORKYS_';
  src: url('font/PORKYS_.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Baby Doll';
  background: url('pinkback.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #333;
  margin: 0;
  padding: 0;
}

header h1 {
  font-size: 6rem;
  color: #ffb8ce;
  font-family: 'PORKYS_', cursive;
  text-shadow: 4px 4px #aa4152;
  text-align: center;
  margin-top: 30px;
  margin-bottom: -160px;
}

h2 {
  font-family: 'PORKYS_', bold;
  color: #ffb8ce;
  text-shadow: 4px 4px #aa4152;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

h3 {
  font-family: 'PORKYS_', bold;
  color: #ffb8ce;
  text-shadow: 4px 4px #aa4152;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

#wrapper {
  max-width: 1100px;
  margin: 20px auto;
  padding: 20px;
}

main section {
  padding: 15px;
  border: 1px dashed #ccc;
  background-color: #fff0f5;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
}

footer {
  position: relative;
  text-align: center;
  font-size: 0.9em;
  margin-top: 20px;
  padding: 10px;
  background-color: #ffe4ec;
  border-top: 2px dotted #f99;
}

.arrow-button {
  font-family: "Baby Doll";
  margin-top: 10px;
  padding: 8px 12px;
  background-color: #ffb6c1;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
  transition: background-color 0.3s;
}

.arrow-button:hover {
  background-color: #ffa6c1;
}

.highlight {
  background-color: #ffb8ce;
  padding: 2px 5px;
  border-radius: 3px;
}

.bottombox {
  background-color: #ffe4ec;
  padding: 40px;
  border-radius: 15px;
  margin-top: 40px;
}

.carousel-container {
  position: relative;
  background-image: url('IMG3/smallmm.png');
  background-size: cover;
  background-position: center 65%;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  border-radius: 30px;
  z-index: 0;
  padding-left: 200px;
  box-sizing: border-box;
  overflow: hidden;
}

.carousel-overlay-text {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  max-width: 300px;
  word-wrap: break-word;
}

.carousel-overlay-text p {
  font-size: 1.25rem;
}

.carousel-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}

.music-carousel {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.carousel-group {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.carousel-item {
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.carousel-item img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 10px;
  margin: 0;
}

.song-title,
.album-name {
  text-align: center;
  margin: 10px 0;
}

.song-title {
  font-weight: bold;
  color: #aa4152;
  font-size: 2em;
}

.album-name {
  font-size: 1.5em;
  margin: 0;
  font-style: italic;
  word-wrap: break-word;
  white-space: normal;
  display: block;
  padding-bottom: 10px;
}

.album-section {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  justify-content: center;
  align-items: flex-start;
}

.album-toggle-buttons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.album-toggle-buttons .arrow-button {
  margin: 0 10px;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  height: 100%;
  width: 100%;
  grid-auto-rows: minmax(200px, auto);
}

.album-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.album-grid img:hover {
  transform: scale(1.05);
}

.album-grid::-webkit-scrollbar {
  display: none;
}

.album-display {
  width: 50%;
  height: auto;
  text-align: center;
  background: #fff0f5;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #ccc;
  box-sizing: border-box;
  position: relative;
}

.album-display img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.album-display h3 {
  font-size: 3rem;
  margin: 10px 0;
  font-family: 'PORKYS_', bold;
  color: #ffb8ce;
  text-shadow: 3px 3px #aa4152;
}

.album-display p {
  font-family: 'Baby Doll';
  color: #333;
  font-size: 1.5rem;
}

.grid-heading {
  font-family: 'PORKYS_';
  color: #ffb8ce;
  text-shadow: 3px 3px #aa4152;
  text-align: center;
  font-size: 3rem;
  margin: 4rem 0 1rem;
}

.headings {
  margin-top: -10px;
  margin-bottom: 20px;
}

.sticker {
  width: 50px;
  height: auto;
}

@media (max-width: 768px) {
  header h1 {
    font-size: 3.5rem;
    margin-top: 10px;
    margin-bottom: -80px;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  .carousel-container {
    height: auto;
    padding-left: 50px;
    padding-right: 10px;
    background-position: center center;
  }

  .carousel-item img {
    width: 90%;
    height: auto;
  }

  .carousel-overlay-text {
    display: none;
  }

  .album-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .album-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .album-display {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    text-align: center;
  }

  .album-display img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
  }

  #album-info {
    font-size: 1rem;
    line-height: 1.4;
    max-height: 300px;
    overflow-y: auto;
  }

  .grid-heading {
    font-size: 2rem;
    margin: 2rem 0 1rem;
  }

  .song-title {
    font-size: 1.5em;
  }

  .album-name {
    font-size: 1.2em;
  }

  .bottombox {
    padding: 20px;
    margin-top: 20px;
  }

  nav a {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}
</pre></body></html>