<!doctype html>
<html>
  <head>
    <meta content="IE=edge" http-equiv="X-UA-Compatible">
    <meta charset="utf-8">
    <meta name="viewport"
          content="width=device-width, initial-scale=1, shrink-to-fit=no">

    <!-- Use title if it's in the page YAML frontmatter -->
    <title>Too Many Requests (429)</title>

    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
    <style>
      body {
        font-family: "Open Sans", sans-serif;
        color: #595959;
        background: #f7f8f9;
        line-height: 1.6;
      }
      .content {
        text-align: center;
        position:absolute;
        top:50%;
        left:50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
      }
      h1 {
        font-size: 24px;
        font-weight: 300;
        margin-block-end: .5em;
        margin-block-start: .5em;
      }
      p {
        font-size: 18px;
        font-weight: 300;
        margin-block-end: .5em;
        margin-block-start: .5em;
      }
      a {
        color: #2e91fc;
        text-decoration: none;
        font-size: 18px;
        font-weight: 300;
        margin-block-end: .5em;
        margin-block-start: .5em;
      }
      a:hover {
        color: #236bb9;
      }
      svg {
        width: 80px;
      }
    </style>
  </head>

  <body>
    <div class="content">
      <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><defs><style>.cls-1{fill:#c7cfd8;}</style></defs><title>Artboard 1</title><path class="cls-1" d="M35.64,2.1,9.36,17.27A8.73,8.73,0,0,0,5,24.83V55.17a8.73,8.73,0,0,0,4.36,7.56l3.58,2.07,10.6-16.45a3.58,3.58,0,0,0,.35-3.12A16.45,16.45,0,0,1,42.52,23.66L35.92,33.89,34.38,36.4l3.26,6.34,7.12.35L52.9,30.35A16.45,16.45,0,0,1,41,56.22a3.58,3.58,0,0,0-2.69,1.61L28.12,73.56l7.51,4.34a8.73,8.73,0,0,0,8.73,0L70.64,62.73A8.73,8.73,0,0,0,75,55.17V24.83a8.73,8.73,0,0,0-4.36-7.56L44.36,2.1A8.73,8.73,0,0,0,35.64,2.1Z"/></svg>

<div>
  <h1>We're receiving too many requests.</h1>
  <p>Please try again later.</p>
</div>

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