diff --git a/portfolio/static/styles.css b/portfolio/static/styles.css
index 7e07a63f63f3a30617748106026e4d784030c451..15a9b9c0d29c92efa83337973ef34ec7b5f0d0a2 100644
--- a/portfolio/static/styles.css
+++ b/portfolio/static/styles.css
@@ -78,7 +78,7 @@ label {
     margin-bottom: 20px;
 }
 .btn-primary {
-    background-color: #1020b5;
+    background-color: #154b38;
     color: white;
 }
 .alert-danger {
@@ -89,7 +89,7 @@ label {
 
 .comment-container {
     margin-bottom: 20px;
-    border: 1px solid rgb(73, 73, 73);
+    border: 1px solid rgb(15, 62, 35);
     padding: 10px;
 }
 .comment-date {
@@ -114,4 +114,8 @@ th {
 .table-margin {
         margin-bottom: 100px; /* adjust as needed */
     }
-    
\ No newline at end of file
+    
+.alert {
+        display: flex;
+        justify-content: center;
+     }
\ No newline at end of file