diff --git a/src/main/resources/style.css b/src/main/resources/style.css
index f798d4ffeb2d8edb01e967a5d783dcb34064cbbf..c9bb61c2b7fa69da48638c1f15d3818b0d342f9a 100644
--- a/src/main/resources/style.css
+++ b/src/main/resources/style.css
@@ -16,7 +16,6 @@
     -fx-background-insets: 0;
     -fx-font-family: "JetBrains Mono";
     -fx-font-size: 16;
-
 }
 
 .welcome-button {
@@ -25,7 +24,6 @@
     -fx-border-width: 10;
     -fx-border-fill: #1e5b5b;
     -fx-background-radius: 30;
-
     -fx-font-size: 20;
 }
 
@@ -43,7 +41,6 @@
     -fx-text-fill: black;
     -fx-background-radius: 10;
     -fx-background-insets: 0;
-
     -fx-font-size: 16;
 }
 
@@ -81,7 +78,6 @@
     -fx-font-size:20.0;
 }
 
-
 .list-cell:even {
     -fx-background-color: rgba(255, 255, 255, 0.7);
 }
@@ -100,17 +96,6 @@
     -fx-alignment: center;
 }
 
-/*#ingredient-label {
-    -fx-font-family: "JetBrains Mono Medium";
-}
-
-#ingredient:hover {
-    -fx-text-fill: red;
-    -fx-scale-x: 1.03;
-    -fx-scale-y: 1.03;
-    -fx-scale-z: 1.03;
-}*/
-
 .recipe-instructions {
     -fx-font-size: 16;
     -fx-font-style: italic;
@@ -157,16 +142,9 @@
     -fx-stroke: rgba(0, 0, 0, 0.90);
     -fx-fill: rgba(0, 0, 0, 0.90);
     -fx-font-weight: 20;
-
 }
 
 .chart-pie-label {
     -fx-fill: black;
     -fx-font-size: 20;
-}
-
-/*.pie-back {
-    -fx-background-color: white;
-    -fx-border-radius: 50;
-    -fx-border-width: 10;
-}*/
+}
\ No newline at end of file