diff --git a/index.html b/index.html index 11e6c78..56aa8e0 100644 --- a/index.html +++ b/index.html @@ -1093,11 +1093,15 @@

We Value Your Feedback!

} + .feedback-box{ + color: #2b472b; + }
+
@@ -1227,13 +1231,13 @@

We Value Your Feedback!

/* Button Styling */ button[type="submit"] { - width: 100%; - padding: 15px; + width: 50%; background-color: #4d994d; /* Dark green */ color: white; font-size: 1em; font-weight: bold; + text-align: center; border: none; border-radius: 5px; cursor: pointer;