Contact

Contact form<style> body { background-color: #101010; color: #ffffff; font-family: 'Courier New', Courier, monospace; margin: 0; padding: 20px; } h1 { text-align: center; color: #ff0099; } form { max-width: 600px; margin: 0 auto; padding: 20px; border: 2px solid #ff0099; border-radius: 10px; background-color: #222222; box-shadow: 0 0 10px rgba(255, 0, 153, 0.5); } input, textarea { width: 100%; padding: 10px; margin: 10px 0; border: none; border-radius: 5px; box-shadow: inset 0 0 5px rgba(255, 0, 153, 0.5); } input[type="submit"] { background-color: #ff0099; color: #ffffff; cursor: pointer; transition: background-color 0.3s; } input[type="submit"]:hover { background-color: #e6008b; } </style>

Contact form