    body {
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      font-family: 'Segoe UI', sans-serif;
    }
    .uc-wrapper {
      text-align: center;
    }
    .icon {
      font-size: 80px;
      color: #07ff0f; 
      margin-bottom: 20px;
    }
    h1 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #1c1717d0;
    }
    p {
      font-size: 1.1rem;
      color: #6c757d;
    }