diff --git a/src/main/webapp/css/pokemonTypes.css b/src/main/webapp/css/pokemonTypes.css
new file mode 100644
index 0000000000000000000000000000000000000000..9a9d16fc8affdfc8f2c8e1b782061e40ce9b9d78
--- /dev/null
+++ b/src/main/webapp/css/pokemonTypes.css
@@ -0,0 +1,3 @@
+.clickable-header {
+    cursor: pointer;
+}
diff --git a/src/main/webapp/pokemonTypes.html b/src/main/webapp/pokemonTypes.html
index e25e4f3fa6f363fef29a36df541e7efcdc82c6e7..5278ea512d5e1ff9f517bc646ca4926d1e1bd629 100644
--- a/src/main/webapp/pokemonTypes.html
+++ b/src/main/webapp/pokemonTypes.html
@@ -8,6 +8,7 @@
     <!-- Bootstrap CSS -->
     <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
           integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
+    <link rel="stylesheet" href="css/pokemonTypes.css">
 
     <title>Title</title>
     <link rel="icon" type="image/x-icon" href="/pokemon/favicon.ico">
@@ -41,4 +42,4 @@
     </div>
 
 </body>
-</html>
\ No newline at end of file
+</html>