    * {
      box-sizing: border-box;
      cursor: url(https://file.garden/ZRW6VPKULjLI59VM/500gift/bow_cursor.png), auto;
    }
    
    .throwafit {
      margin: 0;
      padding: 0;
      color: #fb6f92;
      overflow-x: hidden;
      position: relative;
    }
    
    @keyframes gradientShift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    
    .stars {
      position: fixed;
      width: 100%;
      height: 100%;
      background-image: url('https://codehs.com/uploads/aba9fb871441a555ce21f2348e768e65');
      background-repeat: repeat;
      opacity: 0.7;
      z-index: -1;
      animation: starFloat 60s linear infinite;
    }
    
    @keyframes starFloat {
      from { background-position: 0 0; }
      to { background-position: 1000px 1000px; }
    }
    
    .throwafit-header {
      text-align: center;
      padding: 2rem 1rem;
      border-bottom: 2px dotted #ff8fab;
      backdrop-filter: blur(5px);
      font-family: 'Shrikhand', cursive;
    }
    
    @keyframes popIn {
      0% { transform: scale(0.8); opacity: 0; }
      100% { transform: scale(1); opacity: 1; }
    }
    
    .tagline {
      font-size: 1.1rem;
      color: #666;
      margin-top: 0.5rem;
      animation: fadeIn 2s ease;
      font-family: Arial, sans-serif;
    }
    
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    
    .presentation-container {
      display: flex;
      justify-content: center;
      margin: 2rem auto;
      max-width: 100%;
      padding: 0 1rem;
    }
    
    iframe {
      max-width: 100%;
      border: 5px double #ff99cc;
      box-shadow: 0 0 25px #ffb6c1;
      border-radius: 12px;
      animation: floatIn 1s ease-in;
    }
    
    @keyframes floatIn {
      from { transform: translateY(40px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }
    
    .content-below {
      background-color: #fff7fb;
      margin: 2rem auto;
      max-width: 800px;
      padding: 1.5rem 2rem;
      border: 3px dashed #ff99cc;
      border-radius: 20px;
      font-size: 1.1rem;
      line-height: 1.6;
      box-shadow: 0 8px 25px rgba(255, 105, 180, 0.15);
      animation: floatIn 2s ease;
      font-family: Arial, sans-serif;
    }
    
    .intro-text::first-letter {
      font-size: 200%;
      color: #ff69b4;
      font-weight: bold;
      font-family: Arial, sans-serif;
    }

    
    footer {
      text-align: center;
      font-size: 0.9rem;
      margin: 3rem 0 2rem;
      color: #999;
      animation: fadeIn 3s ease;
      font-family: Arial, sans-serif;
      font-weight: bold;
    }
    
    html, body {
      height: 100%;
    }
    
    body {
      margin: 0;
      padding: 0;
    font-family: Arial, sans-serif;
      background-size: 400% 400%;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }
    
    @keyframes backgroundShift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    
    .background-glow {
      background-image: url('https://codehs.com/uploads/f99d740fb32b324d37c009b69a78fd25');
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.5;
      z-index: -1;
      background-repeat: repeat;
    }
    
    nav {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 1.2rem 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px dashed #ff69b4;
      backdrop-filter: blur(5px);
    }
    
    .logo a {
      font-family: 'Monoton', cursive;
      font-size: 2rem;
      color: #ff69b4;
      text-decoration: none;
      text-shadow: 2px 2px 6px #fff0f9;
    }
    
    .nav-links {
      list-style: none;
      display: flex;
      gap: 2rem;
      font-size: 1.2rem;
    }
    
    .nav-links li a {
      text-decoration: none;
      color: #ff69b4;
      font-weight: 600;
      transition: color 0.3s ease;
    }
    
    .nav-links li a:hover {
      color: #ff91a4;
    }
    
    .main {
      text-align: center;
      padding: 4rem 2rem 2rem;
      flex: 1;
    }
    
    .hero-text h1 {
      font-size: 3.5rem;
      color: #ff69b4;
      animation: fadeInUp 1.2s ease;
      font-family: 'Monoton', cursive;
      
    }
    
    .subtext {
      display: flex;
      justify-content: center;
      font-size: 1.2rem;
      color: #666;
      margin-top: 1rem;
    }
    
    .typed-text {
      white-space: nowrap;
      overflow: hidden;
      border-right: 2px solid #ff69b4; 
      animation: typing 4s steps(44, end), blink-caret 0.75s step-end infinite;
      width: 44ch; /* matches character count */
      text-align: center;
    }
      
    @keyframes typing {
      from { width: 0 }
      to { width: 44ch }
    }
    
    @keyframes blink-caret {
      0%, 100% { border-color: transparent }
      50% { border-color: #ff69b4 }
    }
    
   .featured-heading {
      padding: 3rem 1rem;
      text-align:center;
      align-items: center;
      display: flex
    gap: 0.5rem; 
    }
    
    .icon {
    width: 40px; 
    height: auto;
    object-fit: contain;
    }
    
    .featured h2 {
      font-size: 2.2rem;
      margin-bottom: 2rem;
      color: #ff69b4;
      animation: pop 1.2s ease;
      font-family: 'Bungee', cursive;
    }
    
    .title {
        color:#ff69b4;
        font-family: 'Bungee', cursive;
    }
    
    .articles {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem;
      max-width: 1100px;
      margin: auto;
    }
    
    .article {
      width: 300px;
      background-color: #fff;
      border: 2px dashed #ff69b4;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 20px rgba(255, 182, 193, 0.25);
      transition: transform 0.3s ease;
    }
    
    .article-link {
      text-decoration: none;
      color: inherit;
    }
    
    .article:hover {
      transform: scale(1.04) rotate(-1deg);
    }
    
    .article img {
      width: 100%;
      height: auto;
      display: block;
      filter: grayscale(95%);
    transition: filter 0.3s ease;
    }
    
    .article img:hover {
        filter: grayscale(0%);
    }
    
    .article-content {
      padding: 1rem;
    }
    
    .article-content h3 {
      margin-top: 0;
      font-size: 1.2rem;
    }
    
    .article-content h3:hover{
        color:#ff69b4;
    }
    
    .article-content p {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.5;
    }

    .writing {
        font-family:'Helvetica Neue', sans-serif;
    }
    
    .subhead {
      text-align: center;
      padding: 2rem 1rem 1rem;
    }
    
    .subhead-container {
      max-width: 700px;
      margin: 0 auto;
    }
    
    .subhead hr {
      border: none;
      border-top: 2px solid #fff;
      margin: 0.5rem auto;
      width: 40%;
    }
    
    .subhead-text {
      font-family: 
      font-size: 1.1rem;
      font-weight: 500;
      line-height: 1.6;
      letter-spacing: 0.3px;
      color: #333;
      margin: 0 auto;
    }

    .article-page{
      margin: 0;
      background-color: #ffd9e5;
      color: #000;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 2rem 1rem;
      min-height: 100vh;
    }
        
    .article-container {
      max-width: 800px;
      margin: 0.5rem auto;
      padding: 0 1.5rem;
    }

    .article-container img {
      width: 100%;
      max-width: 650px; 
      margin: 2rem auto;
      display: block;
      background: #fff9c4; 
      padding: 1rem 1rem 2rem;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
      border: 2px solid #f0e68c; 
      position: relative;
      border-radius: 6px;
      transform-origin: center bottom;
    }


    .article-container h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

    .article-container p {
      line-height: 1.7;
      font-size: 1rem;
      margin-bottom: 1.5rem;
    }

    .trends-page {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 2rem 1rem;
      background-color: #ffdbe0;
      color: #000;
    }

    .trends-page h1 {
      text-align: center;
      font-size: 2.8rem;
      margin-bottom: 2rem;
      letter-spacing: 0.5px;
      font-family: 'Monoton', cursive;
      color: #ff69b4;
    }

    .trend-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    .trend-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .trend-card:hover {
      transform: translateY(-6px);
    }

    .trend-card img {
      width: 320px;        
      height: 350px;       
      object-fit: cover;  
      margin: 2rem auto;
      display: block;
      background: #fff9c4;
      padding: 1.2rem 1.2rem 2rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.15);
      border: 2px solid #f0e68c;
      position: relative;
      border-radius: 6px;
      transform-origin: center bottom;
    }

    .trend-info {
      padding: 1rem 1.2rem 1.5rem;
    }

    .trend-info h3 {
      margin: 0 0 0.5rem;
      font-size: 1.4rem;
      font-weight: 600;
      color: #ff69b4;
    }

    .trend-info p {
      margin: 0;
      font-size: 1.05rem;
      line-height: 1.6;
      color: #333;
    }
    
    .sticker {
      position: absolute;
      width: 80px;
      opacity: 0.6;
      z-index: 0;
      pointer-events: none;
      animation: float 10s ease-in-out infinite;
    }

    .sticker1 {
      top: 7%;
      left: 10%;
      animation-delay: 0s;
    }
    
    .sticker2 {
      top: 60%;
      right: 6%;
      animation-delay: 2s;
    }
    
    .sticker3 {
      bottom: 10%;
      left: 3%;
      animation-delay: 4s;
    }
    
    /* Float animation */
    @keyframes float {
      0% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-20px) rotate(5deg); }
      100% { transform: translateY(0) rotate(0deg); }
    }

    
    .gallery-body {
      background: linear-gradient(to bottom, #ffe6f0, #fff);
      margin: 0;
      padding: 0;
      animation: fadeIn 1.5s ease;
    }

    .gallery-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 3rem 1.5rem;
    }

    .gallery-title {
      text-align: center;
      font-size: 3rem;
      font-family: 'Monoton', cursive;
      margin-bottom: 2rem;
      color: #ff66a3;
      text-shadow: 2px 2px #ffcce0;
      animation: slideDown 1s ease-out;
    }

    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
    }

    .gallery-item {
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 6px 20px rgba(255, 105, 180, 0.2);
      transition: transform 0.3s ease;
      animation: fadeInUp 1.2s ease;
    }

    .gallery-item:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 30px rgba(255, 105, 180, 0.3);
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    
    .external-link-wrapper {
      text-align: center;
      margin: 2rem 0;
    }
    
    .external-link {
      font-family: 'Bungee', cursive;
      font-size: 1.2rem;
      color: hotpink;
      text-decoration: none;
      background-color: #fff0f8;
      border: 2px dashed hotpink;
      padding: 10px 20px;
      border-radius: 10px;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }
    
    .external-link:hover {
      background-color: hotpink;
      color: white;
      transform: scale(1.05);
    }


    /* animations for gallery */
    @keyframes fadeIn {
      from { opacity: 0 }
      to { opacity: 1 }
    }

    @keyframes slideDown {
      0% {
        transform: translateY(-50px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }

    @keyframes fadeInUp {
      0% {
        transform: translateY(20px);
        opacity: 0;
      }
      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }
    
    .floating-sticker {
      position: absolute;
      width: 80px;
      height: 80px;
      background-size: contain;
      background-repeat: no-repeat;
      animation: float 10s linear infinite;
      z-index: 0;
      opacity: 0.8;
    }

    .butterfly1 {
      background-image: url('https://codehs.com/uploads/f97763aaffabd9d3bc179310d28fb937');
      top: 10%;
      left: 5%;
      animation-delay: 0s;
    }

    .butterfly2 {
      background-image: url('https://codehs.com/uploads/f97763aaffabd9d3bc179310d28fb937');
      top: 30%;
      left: 13%;
      animation-delay: 5s;
      width: 60px;
      height: 60px;
    }

    .butterfly3 {
      background-image: url('https://codehs.com/uploads/f97763aaffabd9d3bc179310d28fb937');
      top: 50%;
      left: 82%;
      animation-delay: 10s;
      width: 90px;
      height: 90px;
    }
    
    @keyframes float {
      0% {
        transform: translateY(0px) rotate(0deg);
      }
      50% {
        transform: translateY(-20px) rotate(10deg);
      }
      100% {
        transform: translateY(0px) rotate(0deg);
      }
    }
    
    .spotlight {
        background: #ffdbe0;
        height: 100vh;
        transition: background-color 0.5s ease;
    }

    
    .cs-container {
      max-width: 850px;
      margin: 0 auto;
      padding: 2rem 1.5rem;
    }

    .cs-hero-image {
      width: 100%;
      height: 600px;
      object-fit: cover;
      border-radius: 0;
      display: block;
      margin-bottom: 2rem;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .cs-hero-image:hover {
      transform: scale(1.02);
      box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    }

    .cs-title {
      font-size: 3rem;
      margin-bottom: 0.5rem;
      font-family: 'Monoton', cursive;
      color: #ff69b4;
      text-align:center;
    }
    
    .cs-subhead {
        font-size: 1.1rem;
        font-weight: 400;
        color: #333;
        margin-bottom: 2rem;
        font-family: Arial, sans-serif;
        line-height: 1.5;
        text-align:center;
    }

    .cs-body p {
      font-size: 1.05rem;
      line-height: 1.75;
      margin-bottom: 1.5rem;
      font-family: Arial, sans-serif;
      color: #333;
    }
    
    .contact-background {
      position: relative;
    }
    
    .contact-background::before {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-image: url('https://codehs.com/uploads/04036a5d6232db1a4c3c465d5aa4856b');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      opacity: 0.5;
      z-index: -1;
    }

    .contact {
        color: #ff69b4;
    }
    
    .contact-icon {
    font-size: 2rem;
    color: #ff69b4;
    transition: transform 0.2s;
    }
    
    .contact-icon:hover {
        transform: scale(1.2);
        color: #ff91a4;
    }
    
    .contact-card {
        background: #fffafc;
        border-radius: 15px;
        padding: 30px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    footer {
      text-align: center;
      font-size: 0.9rem;
      padding: 2rem 1rem;
      color: #ff69b4;
      margin-top: 2rem;
      background-color: rgba(255, 255, 255, 0.8);
      border-top: 2px dashed #ff69b4;
      animation: fadeIn 3s ease;
    }

    .back-link-wrapper {
      text-align: center;
      margin: 2rem 0;
    }

    .back-button {
      display: inline-block;
      background: #ff69b4;
      color: white;
      padding: 0.75rem 2rem;
      font-weight: 600;
      font-size: 1.1rem;
      border: none;
      border-radius: 30px;
      box-shadow: 0 4px 12px rgba(255, 105, 180, 0.4);
      text-decoration: none;
      cursor: pointer;
      transition: background 0.3s ease, box-shadow 0.3s ease;
    }

    .back-button:hover {
      background: #ff4aa1;
      box-shadow: 0 6px 18px rgba(255, 74, 161, 0.6);
      text-decoration: none;
      color: white;
    }

    @keyframes fadeInUp {
      0% {
        opacity: 0;
        transform: translateY(30px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    @keyframes fadeIn {
      from { opacity: 0; }
      to { opacity: 1; }
    }
    
    @keyframes pop {
      0% {
        transform: scale(0.9);
        opacity: 0;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }
    
    @keyframes floatIn {
      from { transform: translateY(40px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }
    
    #music-toggle {
      position: fixed;
      bottom: 25px;
      right: 25px;
      background: linear-gradient(135deg, #ff80bf, #ffb6e6);
      color: #fff;
      font-family: 'Bungee', cursive;
      font-size: 14px;
      padding: 12px 20px;
      border: 2px solid #fff;
      border-radius: 30px;
      box-shadow: 0 0 12px #ff69b4, 0 0 25px #ffc1e3;
      cursor: pointer;
      z-index: 999;
      letter-spacing: 1px;
      transition: all 0.3s ease;
      text-shadow: 0 0 4px #ff69b4;
    }

    #music-toggle:hover {
      transform: scale(1.08);
      background: linear-gradient(135deg, #ffb6e6, #ff80bf);
      box-shadow: 0 0 20px #ff69b4, 0 0 35px #fff;
    }


