<!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">
<title>Save the Crow — Coming Soon</title>
<style>
  html,body{height:100%;margin:0}
  body{display:flex;align-items:center;justify-content:center;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    background:#0f1720;color:#e8eef5;text-align:center;padding:2rem}
  .card{max-width:34rem}
  h1{font-size:2.4rem;margin:0 0 .5rem;letter-spacing:.02em}
  p{font-size:1.1rem;line-height:1.6;color:#a9b6c4;margin:.4rem 0}
  .dot{color:#5aa9e6}
</style>
</head>
<body>
  <div class="card">
    <h1>Save the Crow<span class="dot">.</span></h1>
    <p>Something new is on the way.</p>
    <p>Please check back soon.</p>
  </div>
</body>
</html>