.g {
  grid-template-areas : "header header header header"
                        "sidebar content content content"
                        "sidebar content content content"
                        "footer footer footer footer";
}
