/* electric-tentacles-el */

/* body,
html {
    margin: 0px;
    padding: 0px;
    position: fixed;
    background: rgb(30,30,30);
} */

.electric-tentacles-el {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; /* Hiển thị trên các element khác */
    pointer-events: none; /* Quan trọng: không chặn tương tác chuột */
}