diff --git a/client/projectPage/projectPage.css b/client/projectPage/projectPage.css
index eb9c2eab7215b5a2d5438217bfaeb8501a10e1bd..45ffd21b783eb3632e692969438ef4a1d3e85ce7 100644
--- a/client/projectPage/projectPage.css
+++ b/client/projectPage/projectPage.css
@@ -6,6 +6,53 @@ body{
     padding: 20px;
 }
 
+#projectButton{
+  background-color:#845380;
+  border: none;
+  padding: 6px;
+  color: #fffafa;
+  font-weight: 1700;
+  border-radius: 8px;
+  font-family: "Roboto", sans-serif;
+  font-weight: 400;
+  font-size: medium;
+  text-align: center;
+  margin-left: 0%;
+  margin-top: 1%;
+  width: 20vh;
+}
+
+#addMemberButton{
+  background-color: #845380;
+  border: none;
+  padding: 6px;
+  color: #fffafa;
+  font-weight: 1700;
+  border-radius: 8px;
+  font-family: "Roboto", sans-serif;
+  font-weight: 400;
+  font-size: medium;
+  text-align: center;
+  margin-left: 0%;
+  margin-top: 1%;
+  width: 30vh;
+}
+
+#projectButton2{
+  background-color: #845380;
+  border: none;
+  padding: 6px;
+  color: #fffafa;
+  font-weight: 1700;
+  border-radius: 8px;
+  font-family: "Roboto", sans-serif;
+  font-weight: 400;
+  font-size: medium;
+  text-align: center;
+  margin-left: 0%;
+  margin-top: 1%;
+  width: 30vh;
+}
 
  .pageView{
     display: flex;
diff --git a/client/projectPage/projectPageA.html b/client/projectPage/projectPageA.html
index e1c2a254169bbdddc9eb3e3d94794f79ca393f85..139715d523397ce0c9b7bddf8796d7a42fcbb754 100644
--- a/client/projectPage/projectPageA.html
+++ b/client/projectPage/projectPageA.html
@@ -25,8 +25,8 @@
               <p style="margin-right: 5px;">Medlemmar:</p>
               <p id="pMembers"><p class="loadingIndicator" style="display: none">Laddar medlemmar...</p></p>
               </div>
-            <button>+ Lägg till medlem</button>
-            <button>Redigera</button>
+            <button id="projectButton2">+ Lägg till medlem</button>
+            <button id="projectButton">Redigera</button>
         </div>
 
         <!-- Right content -->
diff --git a/client/projectPage/projectPageG.html b/client/projectPage/projectPageG.html
index aeb6c592c9673976630b1ff91e4f78371a7c856b..efd64ceb9415a42a7e41f5c38ef28ed19c2f0f04 100644
--- a/client/projectPage/projectPageG.html
+++ b/client/projectPage/projectPageG.html
@@ -26,8 +26,8 @@
               <p style="margin-right: 5px;">Medlemmar:</p>
               <p id="pMembers"><p class="loadingIndicator" style="display: none">Laddar medlemmar...</p></p>
               </div>
-            <button>+ Lägg till medlem</button>
-            <button>Redigera</button>
+            <button id="projectButton2">+ Lägg till medlem</button>
+            <button id="projectButton">Redigera</button>
         </div>
 
         <!-- Right content -->
diff --git a/client/projectPage/projectPageP.html b/client/projectPage/projectPageP.html
index 282fdbb2942685adb5ce48263e4caa81c3326cf9..ca3dad90d10d210166ae6de29bdb9ab9bcb9b032 100644
--- a/client/projectPage/projectPageP.html
+++ b/client/projectPage/projectPageP.html
@@ -23,7 +23,7 @@
               <p id="pMembers"><p class="loadingIndicator" style="display: none">Laddar medlemmar...</p></p>
               </div>
             <button id="addMemberButton">+ Lägg till medlem</button>
-            <button>Redigera</button>
+            <button id="projectButton">Redigera</button>
         </div>
 
         <!-- Right content -->
diff --git a/client/projectPage/projectPageS.html b/client/projectPage/projectPageS.html
index d514e6bd3f768fe7872cc107ccc9ec8df63039cb..e7526ec9eb7faf23b2983f8f1769cc8567a9defc 100644
--- a/client/projectPage/projectPageS.html
+++ b/client/projectPage/projectPageS.html
@@ -24,8 +24,8 @@
               <p style="margin-right: 5px;">Medlemmar:</p>
               <p id="pMembers"><p class="loadingIndicator" style="display: none">Laddar medlemmar...</p></p>
               </div>
-            <button>+ Lägg till medlem</button>
-            <button>Redigera</button>
+            <button id="projectButton2">+ Lägg till medlem</button>
+            <button id="projectButton">Redigera</button>
         </div>
 
         <!-- Right content -->