diff --git a/index.html b/index.html
index 65432e9..aaad96f 100644
--- a/index.html
+++ b/index.html
@@ -60,14 +60,14 @@
}
/* === SPARKLES === */
- .sparkle {
+ /*.sparkle {
position: fixed;
border-radius: 50%;
pointer-events: none;
z-index: 1;
animation: float-sparkle linear infinite;
opacity: 0;
- }
+ }*/
@keyframes float-sparkle {
0% { transform: translateY(0) scale(0); opacity: 0; }