html,
    body {
      margin: 0;
      height: 100%;
      text-align: center;
      letter-spacing: 0px;
      font-size: 16px;
      font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizelegibility;
      font-feature-settings: "liga";
    }

    p {
      margin: 0;
    }

    .container {
      height: 100%;
      width: 100%;
      max-width: 480px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      line-height: 24px;
    }

    .inner-container {
      margin: 48px 30px;
    }

    .error-img {
      width: 100%;
      margin: 30px 0;
    }

    .social-container p {
      margin: 0;
    }

    .social-links {
      list-style: none;
      padding-left: 0;
    }

    .social-links li {
      display: inline;
    }

    .social-links svg {
      width: 24px;
      height: 24px;
    }