.index {
    grid-template-areas: "box-1"
        "box-2" "box-4" "box-3" "box-5" "box-6"; 
    grid-template-columns: auto;
}