diff --git a/homepage.html b/homepage.html
index bae1df9..f87b265 100644
--- a/homepage.html
+++ b/homepage.html
@@ -127,7 +127,7 @@
}
footer {
- background-color: #000;
+ /* background-color: #000; */
color: white;
text-align: center;
padding: 0.625rem 0; /* 10px 0 */
@@ -390,7 +390,6 @@
Contact Us
}
footer {
- background-color: #000;
color: white;
text-align: center;
padding: 0.625rem 0; /* 10px 0 */
diff --git a/index.html b/index.html
index 627b668..990dfca 100644
--- a/index.html
+++ b/index.html
@@ -897,7 +897,6 @@ Contact Us
.new-footer-section {
flex: 1;
min-width: 250px;
- background-color: black;
margin-bottom: 20px;
text-align: center;
align-self: center;
@@ -928,7 +927,7 @@ Contact Us
.new-newsletter-input {
padding: 10px;
- width: 80%;
+ width: 60%;
border: none;
border-radius: 5px;
margin-bottom: 10px;