textarea {
        width: 80%;
        height: 150px;
        padding: 10px;
        resize: vertical;
    }
     .nextButton {
        margin-top: 20px;
    }

    .sectionDiv {
        display: none; /* initially hide all sections */
    }
