.app { display: grid; background: #92f322; grid-template: auto 1fr auto / 1fr; align-items: center; color: white; h1 { margin-top: 2.5vmin; margin-bottom: 1vmin; } main { } }