body {
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100dvh;
}

body>* {
    align-content: center;
    /* justify-content: center; */
}