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