diff --git a/static/Tramshed-Logo-Main-Black.png b/static/Tramshed-Logo-Main-Black.png
new file mode 100644
index 0000000000000000000000000000000000000000..455f7390c61fde648e50fd2a762d15feba6337dd
Binary files /dev/null and b/static/Tramshed-Logo-Main-Black.png differ
diff --git a/static/Tramshed-Logo-Main-White.png b/static/Tramshed-Logo-Main-White.png
new file mode 100644
index 0000000000000000000000000000000000000000..b446f08b72112aef326461887d89437c3eeb901d
Binary files /dev/null and b/static/Tramshed-Logo-Main-White.png differ
diff --git a/static/make_booking.css b/static/make_booking.css
new file mode 100644
index 0000000000000000000000000000000000000000..37b226f09dd1246c71f1663f82e4e622b5f59ac4
--- /dev/null
+++ b/static/make_booking.css
@@ -0,0 +1,13 @@
+#header {
+  display: block;
+  width: 30%;
+}
+
+h1 {
+color: black;
+font-family: arial, sans-serif;
+font-size: 40px;
+font-weight: bold;
+margin-top: 70px;
+text-align: center;
+}
diff --git a/static/make_booking.html b/static/make_booking.html
new file mode 100644
index 0000000000000000000000000000000000000000..0e61d1f23ba057e776fae0c024938dc2a9b4b469
--- /dev/null
+++ b/static/make_booking.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html>
+<head>
+<link rel="stylesheet" href="make_booking.css">
+
+<title>Make a Booking</title>
+</head>
+
+  <header>
+      <img src="Tramshed-Logo-Main-Black.png" id=header />
+    </header>
+
+ <body>
+   <h1 class="bookingtitle">Make a Booking</h1>
+
+ </body>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+</html>