diff --git a/src/main/java/Team5/SmartTowns/trails/Trail.java b/src/main/java/Team5/SmartTowns/trails/Trail.java
index c5849f56f419d4bb41c65b6360e19762a81180c9..81a8298177efc622eafff53e297eda6600cf5dd1 100644
--- a/src/main/java/Team5/SmartTowns/trails/Trail.java
+++ b/src/main/java/Team5/SmartTowns/trails/Trail.java
@@ -8,7 +8,7 @@ import java.util.List;
 @Data
 public class Trail {
     public static List<Trail> trails = List.of(
-            new Trail(1,"Trail1", "This is trail one"),
+            new Trail(1,"Caerphilly Castle Trail", "Take a stroll through the grounds of one of Europe's finest historic buildings and you will see stunning views of the castle and the lakes. The route of the trail is marked with eight special circular markers, which depict various fascinating historical facts relating to the castle. Pupils from Ysgol Gynradd Gymraeg Caerffili, Plasyfelin Junior School, Ysgol Y Castell and Twyn Primary worked with the artist to come up with the different designs. You do not need to pay to go in the castle to complete this trail. This Trail is fairly short at 1.5 miles and very suitable for wheelchairs and pushchairs as the route stays mostly on well-marked and ramped paths with just a couple of short diversions onto grassed areas."),
             new Trail(2,"Trail2", "This is trail two"),
             new Trail(3,"Trail3", "This is trail three"),
             new Trail(4,"Trail4", "This is trail four"),
diff --git a/src/main/resources/static/css/allTrails.css b/src/main/resources/static/css/allTrails.css
index f48079f716a16039702453de36ccbec699f1f767..1b441111518afb14cea3c1d1debe553ad32d941f 100644
--- a/src/main/resources/static/css/allTrails.css
+++ b/src/main/resources/static/css/allTrails.css
@@ -91,18 +91,23 @@ main {
         border: black solid 1px;
         margin: 1%;
         flex: 1 1;
+
         min-width: 20%;
         max-width: 40%;
         min-height: 20svh;
-        max-height: 40svh;
+        max-height: 90%;
+        overflow: hidden;
     }
     & p {
         color: white;
         flex: 1 1;
-        padding-top: 5px;
-        padding-left: 10px;
+        padding: 5%;
         width: 60%;
         border-left: solid darkgrey 2px;
+        font-size: x-large;
+        text-align: justify;
+        text-justify: inter-character;
+        line-height: 1.5;
     }
 }
 
diff --git a/src/main/resources/static/images/trails/trail1.jpg b/src/main/resources/static/images/trails/trail1.jpg
index cd0a8efd807a1298eceb3a7f0ae92b806a5ff52f..8b2411d1083639471dc6501d8a921d6ea4dbcd5c 100644
Binary files a/src/main/resources/static/images/trails/trail1.jpg and b/src/main/resources/static/images/trails/trail1.jpg differ