things to note: in index.html, body is set to height 100%, but the main 'screen' seems to be in App.js.
If you get rid of body height 100%, the stars in the background appear in the bottom section, correctly. however, I think the footer should go in the grid, which belongs in ParksData - - consider renaming Parks Data?
challenges: figuring out how to get that last grid element (footer) always at the bottom - or perhaps thats what the main body height is for in index.html?
things to note: in index.html, body is set to height 100%, but the main 'screen' seems to be in App.js.
If you get rid of body height 100%, the stars in the background appear in the bottom section, correctly. however, I think the footer should go in the grid, which belongs in ParksData - - consider renaming Parks Data?