## Contact Form

---

<form class="my-contact-form" action="https://formspree.io/f/mgawkvkn" method="POST">
  <style>
    /* Scoped CSS for this form */
    .my-contact-form input {
      border: 1px solid #ccc;
      padding: 10px;
      border-radius: 4px;
    }
     my-contact-form input {
      border: 1px solid #ccc;
      padding: 10px;
      border-radius: 4px;
    }
    .my-contact-form button {
      background-color #FF3131;
    }
  </style>
  
<label>Your Name and Email:  </label><br/><br/>
<input type="text" name="name" placeholder="Your Name"><br/><br/>
<input type="email" name="email" placeholder="Your Email"><br/><br/>
<label for="message">Message:</label><br/><br/>
<textarea id="message" name="message" rows="20" cols="27" placeholder="Your Message..."></textarea><br/><br/>
<button type="submit">Send Button</button>
</form>

---

## Our Details:
Email: georget@posteo.com\
GitHub: https://github.com/glorydazer63
