diff --git a/public/css/search.css b/public/css/search.css
index 59c7918619334758ed362d98396248aa88a59c54..364b2812c43b34be2f7ac2bbcdf75890c08869c9 100644
--- a/public/css/search.css
+++ b/public/css/search.css
@@ -42,7 +42,7 @@ body {
   
   a {
     text-decoration: none;
-    color: #4CAF50;
+    color: #ffffff;
     font-size: 1.2rem;
     font-weight: bold;
   }
diff --git a/server.js b/server.js
index 5e3a6ac2e8d681242a10067bf3456e18272d7aa5..a0e53850387a43f1794cfb9415af75d2a2d9f1ab 100644
--- a/server.js
+++ b/server.js
@@ -25,6 +25,7 @@ app.use('/', tourRoutes);
 app.use('/login', tourRoutes);
 app.use('/register', tourRoutes);
 app.use('/create', tourRoutes);
+app.use('/profile', tourRoutes);
 
 const PORT = process.env.PORT || 3000;
 app.listen(PORT, () => {