diff --git a/static/booking_confirmation.css b/static/booking_confirmation.css
index 0ac620f21336a6be7b228b35e770da4be1afd6a4..c416f39faedd8dc7c101ec106ca075ed978d5802 100644
--- a/static/booking_confirmation.css
+++ b/static/booking_confirmation.css
@@ -14,3 +14,12 @@ font-weight: bold;
 margin-top: 70px;
 text-align: center;
 }
+
+h2 {
+color: black;
+font-family: arial, sans-serif;
+font-size: 20px;
+font-weight: bold;
+margin-top: 70px;
+text-align: center;
+}
diff --git a/static/booking_confirmation.html b/static/booking_confirmation.html
index 8832f952ededf387b3fc40b574adc2436c0452bf..1c8ac8335c5fc052a50578b6d923a9e02d69f460 100644
--- a/static/booking_confirmation.html
+++ b/static/booking_confirmation.html
@@ -13,4 +13,8 @@
  <section>
    <h1 class="bookingtitle">Booking Confirmation</h1>
 
+   <h1> You’re booked!<h1>
+  <h2> Hi Sam, It’s confirmed, we’ll see you on the 19th Jan! Thank you for booking Codebase with us on Tramshed. If you need to get in touch, you can email or phone us directly. We look forward to welcoming you soon!
+    Thanks again, The team at Tramshed <h2>
+
  </section>