#cyberCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -3;
    filter: drop-shadow(0 0 10px rgba(61, 245, 255, 0.4));
}

.crypto-grid,
.hash {
    display: none;
}
