    body {
      background-color: #fef6fb;
      font-family: 'Segoe UI', sans-serif;
    }

    .form-wrapper {
      background-color: #ffffff;
      border-radius: 1rem;
      padding: 2rem;
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }

    h1 {
      color: #5c5470;
      font-weight: 600;
    }

    .btn-pastel {
      background-color: #c1ece4;
      color: #333;
      border: none;
    }

    .btn-pastel:hover {
      background-color: #a8dadc;
    }