diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index 2fc10c8eb78c76ac585434a1b186bbef0bdf266c..75586e7b82d5aa00280c9e3ae92d7ede392c9515 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -38,7 +38,7 @@
     
 }
 /*For Smartphones*/
-@media screen and (max-width: 767px){
+@media screen and (max-width: 600px){
     .lnp:hover > img{
         display: block;
         margin-left: none;
@@ -98,9 +98,9 @@
     .winner{
         font-size: x-large;
     }
-    h3{
+    /*h3{
         margin-bottom: 4vw !important;
-    }
+    }*/
     .small-only{
         display: block !important;
     }
@@ -140,10 +140,16 @@ svg text{
     padding-top: 10px;
     padding-bottom: 5px;
 }
-h1, h2, h3 {
-    font-size: 20px !important; /* Adjust according to your design */
-    line-height: 1.2 !important; 
-  }
+h1 {
+    font-size: 20px !important; 
+}
+h2, h3 {
+    font-size: 124px !important;
+}
+
+body {
+    padding: 10px !important;
+}
 
 .img-half{
     max-width: 100% !important;