diff --git a/backendChallenges.html b/backendChallenges.html
index 376811aa..d9339503 100644
--- a/backendChallenges.html
+++ b/backendChallenges.html
@@ -1,77 +1,53 @@
-
-
- Backend Basics Challenges
-
-
-
-
- Backend Basics Challenges
- Start your backend journey by completing these API and server-side logic tasks:
-
-
-
-
Simple API Server
-
Create a basic Express or Flask API that returns JSON data.
-
Explore more
-
-
-
Form Submission Backend
-
Accept and store form data sent from a frontend using POST.
-
Explore more
-
-
-
User Auth Basics
-
Implement simple login/signup logic using sessions or JWT.
-
Explore more
+
+
+
Simple API Server
+
+ Create a basic Express or Flask API that returns JSON data.
+
+
Explore more
+
+
+
Form Submission Backend
+
+ Accept and store form data sent from a frontend using POST.
+
+
Explore more
+
+
+
User Auth Basics
+
+ Implement simple login/signup logic using sessions or JWT.
+
+
Explore more
+
+
+
CRUD with SQLite
+
+ Build a Create/Read/Update/Delete API for a todo app.
+
+
Explore more
+
+
+
API Documentation
+
+ Use Swagger or Postman to document your API endpoints.
+
+
Explore more
+
-
-
CRUD with SQLite
-
Build a Create/Read/Update/Delete API for a todo app.
-
Explore more
-
-
-
API Documentation
-
Use Swagger or Postman to document your API endpoints.
-
Explore more
-
-
-
-
+