diff --git a/src/index.css b/src/index.css
index 5e2d30bacbfbe4a82ff7fad5d494346b48e9f7bb..9262cb9ecc750b2c2a182cb709be4121e0450eb3 100644
--- a/src/index.css
+++ b/src/index.css
@@ -12,3 +12,7 @@
 .bg-lower-gradient {
     background-image: linear-gradient(180deg, rgba(24, 24, 27, 0) 0%, rgba(24, 24, 27, 0.70) 60%, rgba(24, 24, 27, 1.00) 100%)
 }
+
+* {
+    cursor: none;
+}