<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <title>Website Closed</title>
  <style>
    body {
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      margin: 0;
      padding: 40px 20px;
      background: #f6f7f9;
      color: #111;
    }
    .card {
      max-width: 720px;
      margin: 0 auto;
      background: #fff;
      padding: 32px;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0,0,0,.08);
    }
    h1 {
      margin: 0 0 16px;
      font-size: 26px;
    }
    p {
      margin: 12px 0;
      line-height: 1.6;
      font-size: 16px;
    }
    .section {
      margin-top: 24px;
      padding-top: 18px;
      border-top: 1px solid #e5e7eb;
    }
    a {
      color: #000;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
  </style>
</head>
<body>
  <div class="card">
    <h1>This Website Is No Longer Available</h1>

    <p>
      The website hosting company previously hosting this website has permanently closed and is no longer in service.
    </p>

    <div class="section">
      <p><strong>Website Owner:</strong></p>
      <p>
        For more information about your former website, please contact:
      </p>
      <p>
        Phone: <a href="tel:+13366050040">+1-336-605-0040</a><br>
        Email: <a href="mailto:support@marketamerica.com">support@marketamerica.com</a>
      </p>
    </div>

  </div>
</body>
</html>