html, body {
      height: 100%;
      margin: 0;
      display: flex;
      flex-direction: column;
      font-family: 'RoobertENEL';
      background-color: #ffffff;
      color: #000000;
    }

    .main-content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .header {
      background-color: #ffffff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
      padding: 16px;
    }

    .header-container {
      padding-left: 20px;
    }

    .header img {
      height: 28px;
      display: block;
      padding-top: 5px;
    }

    .container {
      max-width: 600px;
      margin: 0 auto;
      padding: 60px 20px;
      text-align: center;
    }

    .illustration {
      margin: 40px 0;
    }

    .illustration img {
      width: 150px;
      max-width: 100%;
      height: auto;
    }

    .title {
      font-size: 26px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .text {
      font-size: 16px;
      line-height: 1.5;
    }

    .e-footer {
      width: 100%;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      background-color: #000000;
    }

    .subfooter {
      max-width: 1200px;
      margin: 0 auto;
      width: 95%;
    }

    .footer-in {
      max-width: 1200px;
      width: 90%;
      padding: 25px 0;
      display: flex;
      flex-direction: column;
    }

    .footer-in .footerUp {
      display: flex;
      flex-wrap: wrap;
    }

    .footer-in .footerUp .separate {
      padding: 0 10px;
    }

    .footer-in .footerDown {
      padding-top: 5px;
      font-size: 15px;
      font-weight: 300;
      color: #6f7f96;
      font-family: 'RoobertENEL Light';
    }

    #text-footer1, #text-footer2 {
      font-size: 15px;
      color: #ffffff;
      font-family: 'RoobertENEL';
      text-decoration: none;
    }

    @media (max-width: 480px) {
      .title {
        font-size: 20px;
      }
      .text {
        font-size: 15px;
      }
      .container {
        padding: 40px 15px;
      }
    }