<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>New Moon Property Solutions</title>

<style>

body { font-family: Arial, sans-serif; text-align: center; padding: 100px 20px; background: #f8f9fa; color: #333; }

h1 { font-size: 3em; margin-bottom: 20px; }

p { font-size: 1.3em; max-width: 600px; margin: 0 auto 40px; }

</style>

</head>

<body>

<h1>New Moon Property Solutions</h1>

<p>Our website is currently under construction.</p>

</body>

</html>