<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="robots" content="noindex, nofollow">
    <title>Temporarily Unavailable</title>
    <style>
      :root{
        --brand: #9e0b6d;
      }
      html, body { height: 100%; margin: 0; }
      body {
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--brand);
        color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
      }
      .msg { font-size: clamp(24px, 4vw, 48px); font-weight: 600; letter-spacing: .01em; text-align: center; }
    </style>
  </head>
  <body>
    <div class="msg">Please check back later</div>
  </body>
</html>
<!-- eof -->
