    /* Style for form sections */
    .form-step {
/*        display: none;*/
    }

    .form-step.active {
        display: block;
    }

    /* Basic styling for buttons */
    button {
        padding: 8px 16px;
        cursor: pointer;
        margin: 5px;
    }

    button.next,
    button.submit {
        background-color: #4CAF50;
        color: white;
    }

    button.prev {
        background-color: #f44336;
    }