<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* fonts */
@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;
  }
/* headers */
header h1 {
  font-size: 6rem;
  color: #ffb8ce; 
  font-family: 'PORKYS_', cursive;
  text-shadow: 3px 3px #aa4152;
    text-align: center;
  margin-top: -20px;
  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;
}

.hello-box {
  margin: 10px auto;
  padding: 5px 20px 10px 20px; 
    max-width: 900px;
  background-color: #ffe4ec;
  border: 2px dashed #ffb6c1;
  border-radius: 12px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}


.scroll-heading {
  display: inline-block;
  font-size: 1.9rem;
  font-family: 'PORKYS_', bold;
  color: #ffb8ce;
  text-shadow: 2px 2px #aa4152;
  margin-top: 5px;
  margin-bottom: 5px;
  transform: rotate(-10deg) translateX(-10px);
}

.scroll-box {
    margin-top: 10px; 
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 1.2rem;
  color: #333;
  padding-right: 0;
  text-align: center;
}

.sticker {
  position: absolute;
  top: 5px; 
  right: 10px; 
  width: 60px;
  height: 60px;
  overflow: hidden;
   transform: rotate(20deg);
}

.sticker img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


.chat-gif-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.chat-box,
.gif-box {
  flex: 1;
  min-width: 280px;
  padding: 15px;
 
}

.chat-box {
  background-color: #ffe4ec; 
  height: 540px; 
  border-radius: 8px;
  margin-left: 120px; 
}


.chat-box textarea {
  width: 100%;
  height: 80%; 
  border: 1px solid #cc99ff;
  border-radius: 8px;
  padding: 10px;
  font-family: 'Lucida Console', monospace;
  resize: vertical;
}

.gif-box img {
  width: 300px;
  height: 300px;
  object-fit: cover; 
  margin-bottom: 10px;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sticker2 {
  margin-top: 8px; 
  text-align: center; 
}

.sticker2 img {
  width: 120px; 
  height: 120px; 
  object-fit: cover;
  border-radius: 50%; 
}
/* keychain */
.keychain-hang {
  position: absolute;
  top: -10px;
  left: -40px;
  width: 280px;
  height: auto;
  transform: rotate(10deg);
  z-index: 10;
  pointer-events: none;
  max-width: none;
}

@media (max-width: 768px) {


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


  #wrapper {
    margin: 10px;
    padding: 10px;
  }


.scroll-box {
  font-size: 1.28rem;
  max-height: 130px;
  padding-right: 10px;
  width: 85%;
  margin: 0 auto;
}

  .scroll-heading {
    font-size: 1.4rem; 
    margin-bottom: 8px; 
    text-align: center; 
  }

.chat-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

 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;
  }
 .gif-box img {
    width: 90%; 
    height: auto;
    margin-bottom: 10px;
  }

  .gif-box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sticker2 {
    margin-top: 20px; 
  }

  .chat-gif-container {
    flex-direction: column;
    align-items: center;
  }

  .chat-box,
  .gif-box {
    width: 100%;
    padding: 10px;
  }
.keychain-hang {
  width: 160px; 

  left: -50px;  
}

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