body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background-color: black; /* Solid black background */
    filter: none; /* Remove any blur filter */
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent; /* Transparent to show the black background */
}
