.header {
    display: grid;
    grid-template-rows: repeat(2, 1fr); 
    grid-auto-flow: column;
}

