<!DOCTYPE html>
<html>
<head>
  <title>The page you were looking for doesn't exist (404)</title>
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <style>
  @font-face {
    font-family: "Suisse Int'l";
    font-weight: 800;
    src: url(/assets/SuisseIntl-Bold-WebXL.woff2) format("woff2"), url(/assets/SuisseIntl-Bold-WebXL.woff) format("woff");
  }
  @font-face {
    font-family: "Suisse Int'l";
    font-weight: 600;
    src: url(/assets/SuisseIntl-Book-WebXL.woff2) format("woff2"), url(/assets/SuisseIntl-Book-WebXL.woff) format("woff");
  }
  @font-face {
    font-family: "Suisse Int'l";
    font-weight: 500;
    src: url(/assets/SuisseIntl-Regular-WebXL.woff2) format("woff2"), url(/assets/SuisseIntl-Regular-WebXL.woff) format("woff");
  }
  body {
    font-family: "Suisse Int'l", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
    background-color: white;
    font-weight: 300;
    margin: 0;
  }

  .error-background {
    background-color: #e0d8aa;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
  }

  .logo {
    height: 65px;
    width: 133px;
    margin: 10px;
  }

  .dialog {
    margin: 25px auto;
    width: 220px;
    z-index: 100;
  }

  .dialog > h1 {
    color: #7800ff;
    font-size: 80px;
    line-height: 95px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .dialog > p {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .dialog > a {
    color: #7800FF;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
    padding: 11px 68px;
    border: 2px solid #7800FF;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
  }

  .podest {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    top: 75%;
    display: flex;
    align-items: flex-end;
  }
  .podest-box {
    background-color: white;
    border: 1px solid white
  }
  .podest-box1 {
    height: 62.5%;
    width: 25%;
  }
  .podest-box2 {
    height: 100%;
    width: 37.5%;
  }
  .podest-box3 {
    height: 25%;
    width: 50%;
  }
  @media (min-width: 550px) {
    .error-background {
      background-image: url('/errors/404_background.jpg');
      background-size: cover;
      background-repeat: no-repeat;
    }

    .logo {
      position: absolute;
      top: 10px;
      left: 10px;
      margin: 0;
    }

    .dialog {
      left: 55.6%;
      top: 35px;
      position: absolute;
      margin: 0;
      margin-left: 15px;
    }
  }
  @media (min-width: 810px) {
    .logo {
      top: 15px;
      left: 15px;
      height: 98px;
      width: 200px;
    }

    .dialog {
      top: 110px;
      width: 300px;
    }

    .dialog > h1 {
      font-size: 100px;
      line-height: 120px;
    }

    .podest {
      top: 66%;
    }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-width: 1440px), (min-height: 810px) {
      .error-background {
        background-image: url('/errors/404_background@2x.jpg');
      }
    }
  }
  @media (min-width: 1000px) {
    .dialog {
      top: 110px;
      width: 355px;
    }
    .dialog > h1 {
      font-size: 144px;
      line-height: 187px;
      font-weight: 600;
    }

    .dialog > p {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 50px;
    }
  }
  @media (min-width: 1100px) {
    .logo {
      top: 20px;
      left: 20px;
      height: 130px;
      width: 266px;
    }
  }
  </style>
</head>

<body>
  <div class='error-background'>
    <img src="/assets/logo.png" class='logo'>
    <div class='dialog'>
      <h1>404</h1>
      <p>We reached our limit! We can't find the page you are looking for.</p>
      <a href="/">Home</a>
    </div>
    <div class='podest'>
      <div class='podest-box podest-box1'></div>
      <div class='podest-box podest-box2'></div>
      <div class='podest-box podest-box3'></div>
    </div>
  </div>
</body>
</html>
