body {
    display: grid;
    grid-template-columns: auto auto;
    background-color: black;
    color: white;
}

h1 {
    grid-column: 1 / 3;
}