
    .text {
      font-size: 20px;
      color: gray;
      font-family: Quicksand, sans-serif;
    }

    .text h1,
    h2 {
      color: black;
    }

    .bg-image {
      background-size: cover;
      background-position: center;
      height: 350px;
      color: white;
      opacity: 1;
    }

    .label {
      display: block;
      margin-bottom: 8px;
      color: black;
    }

    .input,
    textarea {
      width: 100%;
      /* Changed width to 100% */
      padding: 8px;
      margin-bottom: 16px;
    }
    