  body {
      background-color: #f9f9f9;
      /* padding: 30px; */
    }
    .form-section {
      background: #fff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 0 5px rgba(0,0,0,0.1);
      margin-bottom: 20px;
       margin-top: 20px;
       border-radius: 30px;
       margin-left: 20px;
       margin-right: 20px;
    }
    .form-section h4 {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }