<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Domain Parked</title>
  <link rel="shortcut icon" href="https://xn--detk-nza.com/storage/totobeta/7471685.png" />
  <style>
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #ffffff;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      text-align: center;
      padding: 20px;
    }

    .container {
      max-width: 800px;
      width: 100%;
    }

    h1 {
      font-size: 5rem;
      margin-bottom: 4.5rem;
    }

    h2 {
      margin-bottom: 1.5rem;
    }

    p {
      font-size: 1.2rem;
      color: #666;
    }

    .footer {
      margin-top: 7rem;
      font-size: 0.9rem;
      color: #aaa;
    }

    .subfooter{
        margin-top: 0.25rem;
        font-size: 0.9rem;
        color: #aaa;
    }

    a.lumi-link {
      color: gold;
      text-decoration: none;
    }
    a.lumi-link:visited,
    a.lumi-link:hover,
    a.lumi-link:active {
      color: #ffc004;
      text-decoration: none;
    }
  </style>
</head>
<body>
  <div class="container">
    <img src="https://xn--detk-nza.com/storage/el-kumar.png">
    <h2>This domain has been parked by SEO EL KUMAR</h2>
    <p>We're working on something exciting. Check back soon!</p>
    <div class="footer">&copy; <span id="year"></span> SEO EL KUMAR. All rights reserved.</div>
  </div>
  <script>
    document.getElementById("year").textContent = new Date().getFullYear();
  </script>
</body>
</html>