diff --git a/app/form/page.tsx b/app/form/page.tsx
index de18727..025c9c6 100644
--- a/app/form/page.tsx
+++ b/app/form/page.tsx
@@ -275,10 +275,10 @@ export default function FormPage() {
- Development (Web Development and Open Source)
+ Development (Web Development)
- Technical (CTF and Projects)
+ Technical (Cybersecurity & CTF)
Design
@@ -345,10 +345,10 @@ export default function FormPage() {
- Development (Web Development and Open Source)
+ Development (Web Development)
- Technical (CTF and Projects)
+ Technical (Cybersecurity & CTF)
Design
diff --git a/app/globals.css b/app/globals.css
index 42d93bd..a1f3da8 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -69,3 +69,11 @@
@apply bg-background text-foreground;
}
}
+
+.scrollbar-hidden {
+ scrollbar-width: none;
+}
+
+.scrollbar-hidden::-webkit-scrollbar {
+ display: none;
+}