<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('IMG2/pinkback.jpeg') 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: 3px 3px #aa4152;
    text-align: center;
  margin-top: -10px;
  margin-bottom: 20px;

}

 h2 {
  font-family: 'PORKYS_', bold;
  color: #ffb8ce ;
  text-shadow: 3px 3px #aa4152;
  text-align: center;
  font-size: 3rem;
   margin-bottom: 10px;
   margin-top: 10px;
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}

nav li {
  display: inline-block;
  margin: 0 10px;
}
nav a {
  text-decoration: none;
  color: #663399;
  background-color: #f0d9ff;
  padding: 10px 16px; 
  font-size: 1.1rem;  
  border-radius: 8px;  
  border: 1px solid #cc99ff;
  transition: background-color 0.3s ease, transform 0.3s ease;
}


nav a:hover {
  background-color: #c39dda;
  transform: scale(1.1);
}


#wrapper {
  max-width: 1100px;
  margin:20px auto; 
  padding: 20px;
  background: url('./IMG/PinkStripes.jpeg') no-repeat center center fixed;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

main {
  display: block;
}

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

.collectible-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  justify-items: center;
  padding: 20px 0;
}

.collectible-card {
  background-color: #ffe3f1;
  text-align: center;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.collectible-card img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
}

.collectible-photogrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
  padding: 20px 0;
}

.collectible-photocard {
  display: inline-block;
  width: 170px;
  margin: 10px;
  text-align: center;
}

.collectible-photocard img {
  width: 130%;
  height: auto;
  border-radius: 8px;
  background-color: #ffe3f1;
  text-align: center;
  padding: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.collectible-photocard img:hover {
  transform: scale(1.1);
}

.gifheading h2 {
  font-size: 4rem; 
  color: #ffb8ce; 
  text-shadow: 3px 3px #aa4152; 
  text-align: center; 
  margin-bottom: 20px; 
}

.gifheading p {
  font-size: 1.5rem; 
  text-align: center; 
  margin-bottom: 20px; 
}



.keychain-hang {
  position: absolute;
  top: -10px;
  left: -40px;
  width: 280px;
  height: auto;
  transform: rotate(10deg);
  z-index: 10;
  pointer-events: none;
  max-width: none;
}

.gif-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}

.gif-item img {
  width: 100%;
  height: 320px;
  object-fit: cover;     
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  body {
    padding: 0 10px;
    background-size: auto;
  }

  header h1 {
    font-size: 3.2rem;
    word-break: break-word;
    text-align: center;
    margin: 20px 0;
  }

    #wrapper {
    margin-top: 10; 
  }


 nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }

  nav li {
    display: inline-block;
    margin: 10px;
  }

  nav a {
    text-decoration: none;
    color: #663399;
    background-color: #f0d9ff;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #cc99ff;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 0.9rem;
  }

  nav a:hover {
    background-color: #eac6ff;
    transform: scale(1.1);
  }

  main section {
    padding: 10px;
    margin-bottom: 10px;
  }
  

  .collectible-grid, .gif-gallery {
    grid-template-columns: 1fr;
    align-items: center;
  }
.collectible-photogrid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.collectible-photocard {
  width: 70%;   
  max-width: 300px;
  text-align: center;
}

.collectible-photocard img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}



.keychain-hang {
  width: 160px;

  left: -50px;  
}

  footer iframe {
    height: 300px;
  }
}</pre></body></html>