Add a new "Contact Us" page to the website to allow users to easily get in touch with us.
Task:
Create a new HTML file named contact.html.
Design a simple and user-friendly contact form that includes:
Name
Email
Message
Ensure the form is styled to match the existing website design.
Implement basic validation for the form fields (e.g., required fields).
Link the "Contact Us" page from the main navigation menu.