diff --git a/index.html b/index.html
index 4599bf4..21f48b0 100644
--- a/index.html
+++ b/index.html
@@ -304,7 +304,7 @@
}
.about-card h4 {
- color: #28a745
+ color: #28a745;
font-weight: 600;
white-space: nowrap;
}
@@ -1114,19 +1114,16 @@
}
.btn {
- padding: 12px 24px;
- border: none;
- border-radius: 8px;
- font-size: 1rem;
- font-weight: 600;
- cursor: pointer;
- transition: all 0.3s ease;
- display: flex;
- align-items: center;
- gap: 8px;
- text-decoration: none;
- outline: none;
- }
+ padding: 10px 20px;
+ border-radius: 8px;
+ font-size: 16px;
+ font-weight: 600;
+ cursor: pointer;
+ text-decoration: none;
+ display: inline-block; /* changed from flex */
+ text-align: center;
+}
+
.btn-submit {
background: linear-gradient(135deg, #2196f3, #1976d2);