If you'd like to contact me, please fill and send the following form.
<form
action="https://formspree.io/f/mblyvrev"
method="POST"
style="max-width: 100%; margin: 40px auto; padding: 20px; border: 1px solid #ccc; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);"
>
<label
style="display: block; margin-bottom: 10px;"
>
Your email:
<input
type="email"
name="email"
style="width: 100%; height: 40px; margin-bottom: 20px; padding: 10px; border: 1px solid #ccc; border-radius: 5px;"
>
</label>
<label
style="display: block; margin-bottom: 10px;"
>
Your message:
<textarea
name="message"
style="width: 100%; height: 200px; margin-bottom: 20px; padding: 10px; border: 1px solid #ccc; border-radius: 5px; resize: vertical;"
></textarea>
</label>
<!-- your other form fields go here -->
<button
type="submit"
style="background-color: #4CAF50; color: #fff; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer;"
>
Send
</button>
</form>