html {
    height: -webkit-fill-available;
}

main {
    margin-top:0;
}

h1:after {
    display:none;
}

.full-page-container {
    min-height:100vh;
}

@supports (-webkit-touch-callout: none) {
    .full-page-container {height: -webkit-fill-available;}
}