<head>
  <meta charset="UTF-8">
  <title>VivekXpert Sexy Stories</title>

  <!-- 👇 Ye CSS paste kar de -->
  <style>
    body {
      font-family: 'Segoe UI', sans-serif;
      background: #0f0f0f;
      color: #f1f1f1;
      line-height: 1.8;
      padding: 20px;
      margin: 0;
    }
    h1, h2, h3 {
      color: #ff416c;
    }
    a {
      color: #ffcc70;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    .story-container {
      background: #1e1e1e;
      border: 1px solid #333;
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 0 15px rgba(255, 65, 108, 0.2);
      margin-bottom: 40px;
    }
    .story-container h2 {
      margin-top: 0;
      font-size: 28px;
    }
    .highlight {
      color: #ff416c;
      font-weight: bold;
    }
    .header {
      text-align: center;
      background: linear-gradient(45deg, #ff416c, #ff4b2b);
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 30px;
      color: white;
      box-shadow: 0 0 20px rgba(255, 65, 108, 0.5);
    }
    .footer {
      text-align: center;
      font-size: 14px;
      color: #888;
      margin-top: 50px;
    }
  </style>
</head>
