diff --git a/index.html b/index.html
index d280140..d5dd174 100644
--- a/index.html
+++ b/index.html
@@ -239,7 +239,7 @@
LAST PROJECTS
We can help your idea come true
@@ -316,7 +316,7 @@
@@ -359,7 +359,7 @@
-
+
diff --git a/styles/home.css b/styles/home.css
index 43782c8..5d32614 100644
--- a/styles/home.css
+++ b/styles/home.css
@@ -360,4 +360,13 @@
#finalMessageModalTitle{
display:none;
-}
\ No newline at end of file
+}
+
+
+.white-link {
+ color: white;
+}
+.white-link:link {color: white;}
+.white-link:visited {color: white;}
+.white-link:hover {color: white;}
+.white-link:active {color: white;}