html,
        body {
            height: 100%;
            margin: 0;
            overflow-x: hidden;
        }

        #bg-canvas {
            position: fixed;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        #content {
            position: relative;
            z-index: 1;
        }

        section {
            padding: 2rem 1rem;
        }

        h1,
        h2,
        h3,
        p,
        a,
        input,
        textarea,
        button {
            text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
        }

        .hero-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            height: 100%;
        }

        #typed {
            max-width: 90%;
            margin: 0 auto;
        }