main {
    background-image: url("../img/Magisk\ kamp\ i\ den\ brændende\ by.png");
    grid-column: 1/-1;
    grid-row: 1/12;
    max-height: 960px;
    height: 960px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

main h1 {
    font-size: 10em;
    padding: 5% 15%;
}