diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index ab5667f355c7de277edab4a46827ed6e3f14f46d..d5b8abdf7c10d17e35323340133a93ceb423ea90 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -234,30 +234,37 @@
     overflow: hidden;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     padding: 30px;
+    text-align: center;
   }
 
   .ape-solution h2 {
     font-family: 'Merriweather', serif;
-    font-size: 2rem;
+    font-size: 2.5rem;
     color: #333;
     text-align: center;
-    margin-bottom: 30px;
+    margin-bottom: 40px;
+  }
+
+  .ape-solution h2 span {
+    color: #fa8072;
   }
 
   .ape-row {
     display: flex;
     align-items: center;
-    margin-bottom: 20px;
+    margin-bottom: 30px;
+    justify-content: center;
   }
 
   .ape-icon {
-    width: 100px;
-    height: 100px;
+    width: 80px;
+    height: 80px;
     margin-right: 20px;
   }
 
   .ape-text {
-    flex: 1;
+    flex: 0 1 60%;
+    text-align: left;
   }
 
   .ape-title {