diff --git a/frontend/css/cart.css b/frontend/css/cart.css
index 0059d9d29eb84b8e907316a5df6eb695089319db..cdcbf85751e0cbeca9d99d887ea68702589f15fe 100644
--- a/frontend/css/cart.css
+++ b/frontend/css/cart.css
@@ -4,7 +4,7 @@ main{
     display: flex;
     flex-direction: column;
     width: 100vw;
- 
+
 
 }
 
@@ -19,7 +19,7 @@ main{
     margin-top: 2vh;
     padding-left: 2.5vh;
     padding-right: 2.5vh;
-    
+
 
 }
 
@@ -41,12 +41,12 @@ main{
     font-size: 1.25vw;
     justify-content: center;
     margin-right: 2vw;
- 
+
 }
 
 
 .text {
-    
+
     display: flex;
     flex-direction: column;
     justify-content: center;
@@ -70,7 +70,9 @@ main{
     text-align: center;
     color: rgb(255,27,0);
     margin-top: 1vw;
+    margin-bottom: 1vw;
     font-size:xx-large;
+    height: 100px;
 }
 
 
@@ -107,7 +109,7 @@ main{
 
 
 .price {
-    
+
     display: flex;
     flex-direction: column;
     justify-content: center;
@@ -116,4 +118,4 @@ main{
     margin-right: 1vw;
 
 
-}
\ No newline at end of file
+}