Index: Prototype Application/Paw5/src/main/resources/templates/home.html
===================================================================
--- Prototype Application/Paw5/src/main/resources/templates/home.html	(revision cadbec365d53b9fd751e0376b515ab382a1ef7b5)
+++ Prototype Application/Paw5/src/main/resources/templates/home.html	(revision 9358bff26b421a85a750ccfad4a8e763090ed873)
@@ -36,9 +36,4 @@
 </header>
 <div>
-  <form method="get" th:action="@{'/create-post'}">
-    <button id="createPost" type="submit">Create an Adoption Post</button>
-  </form>
-</div>
-<div>
   <h1>Welcome to Paw 5</h1>
   <h3>Let's get started
@@ -47,6 +42,15 @@
 </div>
 <div>
+  <form method="get" th:action="@{'/create-post'}">
+    <button id="createPost"
+            type="submit"
+            class="btn">Create an Adoption Post</button>
+  </form>
+</div>
+<div>
   <form method="get" th:action="@{'/adoption-posts'}">
-    <button id="submit" type="submit">View Adoption posts</button>
+    <button id="submit"
+            type="submit"
+            class="btn">View Pet Posts</button>
   </form>
 </div>
