main{
    grid-template-areas: "box-1" "box-2" "box-3" "box-4";
    grid-template-columns: auto;
    padding-bottom: 2em;
}