diff --git a/client/frontend/src/components/Task completed/check.svg b/client/frontend/src/components/Task completed/check.svg
index 0f82d9f..022be0b 100644
--- a/client/frontend/src/components/Task completed/check.svg
+++ b/client/frontend/src/components/Task completed/check.svg
@@ -1,3 +1,4 @@
diff --git a/client/frontend/src/components/Task completed/completed.css b/client/frontend/src/components/Task completed/completed.css
index 34ecd1a..9a5d95f 100644
--- a/client/frontend/src/components/Task completed/completed.css
+++ b/client/frontend/src/components/Task completed/completed.css
@@ -1,4 +1,42 @@
.completed-modal{
position: absolute;
width: 29.5rem;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%,-50%);
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+ gap: 1rem;
+ box-sizing: border-box;
+ padding: 1.3rem;
+}
+.completed-text{
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ color: rgba(51, 51, 51, 1);
+ text-align: center;
+}
+.completed-buttons{
+ margin-left: auto;
+ display: flex;
+ gap: 1.4rem;
+}
+.completed-edit{
+ background-color: transparent;
+ color: #00B87C;
+ border: none;
+}
+.big-completed-text{
+ margin-bottom: 0.5rem;
+ font-size: 18px;
+ font-weight: 700;
+}
+.completed-submit{
+ background-color:#00B87C ;
+ border: none;
+ color: white;
+ padding: 12px 18px;
+ border-radius: 4px;
}
\ No newline at end of file