diff --git a/index.html b/index.html
index 4fd62b6..bb5c2c1 100644
--- a/index.html
+++ b/index.html
@@ -450,11 +450,11 @@
/* Footer Styles */
.footer {
- background-color: var(--deep-teal);
+ background-color: #003d4d;
/* Use deep teal for footer background */
color: #ffffff;
/* White text for footer */
- padding: 40px 0;
+ padding: 20px 0;
padding-bottom:0;
}
@@ -462,11 +462,11 @@
display: flex;
flex-wrap: wrap;
justify-content: space-between;
- max-width: 1200px;
+ max-width: 900px;
/* Max width for footer content */
margin: 0 auto;
/* Center footer content */
- padding: 0 20px;
+ padding: 0 10px;
}
.footer-section {
@@ -541,7 +541,7 @@
.footer-section ul li a {
color: #e0e0e0;
- font-size: 16px;
+ font-size: 12px;
/* Light grey for links */
text-decoration: none;
/* No underline for links */
diff --git a/style.css b/style.css
index 86e2648..6f0d23e 100644
--- a/style.css
+++ b/style.css
@@ -354,7 +354,7 @@ body {
margin-bottom: 20px;
font-weight: 600;
color: #fff;
- border-bottom: 2px solid #3f10ea;
+ /* border-bottom: 2px solid #3f10ea; */
padding-bottom: 10px;
}
@@ -475,7 +475,7 @@ body {
right: 0;
background: #f9f9f9;
/* Updated background to a softer light color */
- border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
+ /* border-top: 0.1rem solid rgba(0, 0, 0, 0.1); */
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}