<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Please verify you are human.</title>
    <style type="text/css">
        * {font-family: Tahoma, Verdana, Arial, sans-serif;
      text-align: center;}
      p {font-size: 18px;}
      body {max-width: 800px;margin: 70px auto;}
      @media (min-height: 600px) {
      body {max-width: 800px;margin: 120px auto;}
      }
      h1 {margin-top: 70px;}
      img {max-width: 100%;}
    </style>
</head>
<body>
  <img alt="" src="/images/2021/newswire_logo_final.svg">
  <h1>Please verify you are human.</h1>
  <p><a href="/css/screen_2019p1.css">Click here to continue ...</a></p>

</body>
</html>
