<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Not Found</title>
    <style>
      html,
      body {
        margin: 0;
        padding: 0;
        height: 100%;
      }
      body {
        background: linear-gradient(177deg, #e4edff 29.77%, #fff 97.71%);
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 100px;
      }
      .info {
      }
      .title {
        color: #254d9b;
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin-bottom: 4px;
      }
      .subtitle {
        color: #222;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
      .img {
        width: 320px;
      }
      .img img {
        width: 100%;
      }
    </style>
  </head>
  <body>
    <div class="content">
      <div class="img">
        <img src="https://cdn-cn3.xtransfer.cn/NotFound_ed10320fb66a8a61.png" alt="NotFound" />
      </div>
      <div class="info">
        <div class="title">Site Does Not Exist</div>
        <div class="subtitle">
          Please make sure that the website address is correct.
        </div>
      </div>
    </div>
  </body>
</html>
