.header, .hgroup { display: flex; flex-direction: column; } .header { gap: var(--Spacing-x2); grid-area: header; } .hgroup { gap: var(--Spacing-x-half); } .body { max-width: 720px; }