Looking for advice on how to enhance the appearance of my Progressive Web App (PWA) on devices with a "notch". I have sketched out the design with red arrows. If you need to inspect the CSS classes, you can visit my website at . I am seeking recommendations on how to implement a border-radius or similar feature to apply it globally to the entire page. I attempted adding it to the body tag, but it did not yield the desired result. Additionally, I tried adding a border-radius to a div (specifically the gallery section if you inspect my website), which resulted in rounding all items (images, menu, etc.) rather than just the page edges.