style: update layout and styling for 404 and app pages
- Replace min-height with 100dvh for better responsiveness in 404.astro and app.astro.
- Change body display to grid and center content using place-items for improved layout consistency.
- Remove unnecessary flex properties from container elements to streamline styling.