Glam Up My Markup 💅 Use CSS and JavaScript to make the below starter HTML markup beautiful, interactive, and useful.

Your submission should be more fun and interactive than the HTML we provide, but also be usable and accessible. You should not directly edit the HTML provided, unless it is via JavaScript functionality in your program while still f. The final result should improve the existing expected functionality. We expect style and substance.

Starter HTML

Camp Activities Inquiry

Which camp activities are you most looking forward to? --Please choose an option-- Hiking Canoeing Fishing Crafts Archery
    <label for="food-allergies">Food Allergies (if any)</label>
    <textarea id="food-allergies" name="food_allergies" rows="4" cols="50"></textarea>

    <label for="additional-info">Additional things the counselor should know</label>
    <textarea id="additional-info" name="additional_info" rows="4" cols="50"></textarea>

    <button type="submit">Submit</button>
</form>