body.el-site{
      background-color: #f4f4f4;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      margin: 0;
    }
body.el-site .thank-you-box{
      background: #fff;
      padding: 40px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      max-width: 500px;
    }
body.el-site .thank-you-box h1{
      color: #e8771b;
      font-size: 2.5rem;
      margin-bottom: 20px;
    }
body.el-site .thank-you-box p{
      font-size: 1.1rem;
      color: #333;
    }
body.el-site .thank-you-box a{
      margin-top: 25px;
      display: inline-block;
      color: #fff;
      background-color: #e8771b;
      padding: 12px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 500;
      transition: background-color 0.3s;
    }
body.el-site .thank-you-box a:hover{
      background-color: #e8771b;
    }

  