diff --git a/public/cart.html b/public/cart.html
index 13b4c0800055fa341a6f285df9d23e936910a9ee..4f90180cd370784e695327e5c4a39e4d242c21d0 100644
--- a/public/cart.html
+++ b/public/cart.html
@@ -15,9 +15,13 @@
         <!-- Cart items will be dynamically loaded here -->
     </div>
 
+    <button>
+        <div class="checkout" onclick="goToCheckout()">Checkout</div>
+    </button>
+    
     <footer>
         <p>&copy; 2025 ASA</p>
-        <div class="checkout" onclick="goToCheckout()">Checkout</div>
+        
     </footer>
 
     <script>