body, html {
    margin: 0;
    padding: 0;
    overflow: hidden; /* Prevent scrolling */
}

#ballpit {
    width: 100vw;
    height: 100vh;
    position: fixed; /* Ensure it covers the full screen */
    top: 0;
    left: 0;
}
