RUDRADIVINE

<!DOCTYPE html>
<html lang="hi">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>www.RudraDivine.in – Domain For Sale!</title>
  <style>
    body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
      color: #222;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100vh;
    }

    h1 {
      font-size: 3rem;
      color: #fff;
      text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
      margin-bottom: 10px;
    }

    h2 {
      color: #fff;
      font-size: 1.5rem;
      margin-bottom: 20px;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    }

    .price {
      font-size: 2rem;
      background: #fff;
      color: #d43f00;
      padding: 10px 30px;
      border-radius: 8px;
      box-shadow: 0 0 15px rgba(0,0,0,0.2);
      margin-bottom: 30px;
      font-weight: bold;
    }

    .cta {
      background: #d43f00;
      color: #fff;
      padding: 15px 30px;
      font-size: 1.2rem;
      border-radius: 8px;
      text-decoration: none;
      transition: 0.3s;
    }

    .cta:hover {
      background: #b63200;
      transform: scale(1.05);
    }

    footer {
      position: absolute;
      bottom: 10px;
      color: #fff;
      font-size: 0.9rem;
      opacity: 0.8;
    }

    @media(max-width:600px) {
      h1 { font-size: 2.2rem; }
      .price { font-size: 1.5rem; }
    }
  </style>
</head>
<body>

  <h1>🌺 www.RudraDivine.in 🌺</h1>
  <h2>Spiritual &amp; Pooja Items ke liye perfect naam!</h2>
  <div class="price">💰 FIX PRICE: ₹1,00,000</div>
  <a href="mailto:contact@rudradivine.in" class="cta">📩 Jaldi Contact Kare: contact@rudradivine.in</a>

  <footer>© 2025 RudraDivine.in | Domain For Sale</footer>

</body>
</html>