<html>

<head>
  <title>Maintenance page</title>

  <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">

  <style>

    html, body {
      background-color: #fff;
      font-family: "Open sans", arial, sans-serif;
      position: relative;
    }

    .wrapper {
      max-width: 700px;
      text-align: center;
      margin: 0 auto;
      padding: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    h1 {
      font-size: 2em;
    }
    p {
      font-size: 1em;
    }

  </style>

</head>

<body>

<div class="wrapper">
  <h1>Oops, this site isn't working as we'd hope.<br />
    We're looking into it. Back soon.</h1>

</div>

</body>
</html>
