diff --git a/.DS_Store b/.DS_Store
index 1266bffa..c0fc53ab 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/Html-files/contact.html b/Html-files/contact.html
index 29a10071..e97265b1 100644
--- a/Html-files/contact.html
+++ b/Html-files/contact.html
@@ -742,7 +742,7 @@
+ style="background-color: #ffc1b7; color: black; text-align: center; font-family: 'Philosopher', sans-serif; padding: 12px 0; border: 1px solid black; height: auto;">
diff --git a/Html-files/services.html b/Html-files/services.html
index cbf876d6..2e08bd08 100644
--- a/Html-files/services.html
+++ b/Html-files/services.html
@@ -187,6 +187,11 @@
}
}
+.deals {
+ align-items: center;
+ text-align: center;
+}
+
.deals:hover {
background-color: hsl(203, 30%, 95%); /* Optional: change background on hover */
}
@@ -196,6 +201,10 @@
color: hsl(203, 30%, 50%);
}
+.dealsp {
+ margin: 0;
+}
+
.social-icons a {
font-size: 1.2rem;
padding: 8px;