WEBSITE UNDER CONSTRUCTION

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Under Construction</title>
  <style>
    body {
      background-color: #f2f2f2;
      color: #333;
      font-family: Arial, sans-serif;
      text-align: center;
      padding-top: 15%;
    }
    h1 {
      font-size: 48px;
      margin-bottom: 10px;
    }
    p {
      font-size: 20px;
      color: #777;
    }
  </style>
</head>
<body>
  <h1>🚧 Website Under Construction 🚧</h1>
  <p>We’re working hard to bring something amazing. Stay tuned!</p>
</body>
</html>