.header, .hgroup { align-items: center; display: flex; flex-direction: column; } .header { gap: var(--Spacing-x3); } .hgroup { gap: var(--Spacing-x-half); } .body { max-width: 560px; }