body {
            margin: 0;
            padding: 0;
            overflow-x: hidden; /* Prevent horizontal scrolling */
            background-color: #000; /* Optional: set a background color */
        }

        #particles-js {
            position: fixed; /* Change to fixed to keep it in view */
            width: 100%;
            height: 100vh; /* Set height to 100% of viewport height */
            z-index: 0; /* Set z-index to be behind other content */
            pointer-events: none; /* Disable pointer events on the particle canvas */
        }

        button {
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer; /* Change cursor to pointer for buttons */
        }

        input[type="text"] {
            padding: 10px;
            font-size: 16px;
            margin-top: 20px;
        }
