Where's the Notch?
the hardware viewport & its safe area insets
.app {
padding-block-start: env(safe-area-inset-top);
padding-block-end: env(safe-area-inset-bottom);
padding-inline: env(safe-area-inset-left)
env(safe-area-inset-right);
}