#GContainer {
    display: grid;
    width: 100%;
    grid-column-gap: 1.5%;
    grid-template-columns: 12% 21% 21% 21% 20%;
    grid-template-areas:
        "menu menu menu menu menu"
        ". . . socialmedia socialmedia"
        "header header header header header"
        "artikel artikel artikel artikel dates"
        "news1 news1 news1 news1 dates"
        "news2 news2 news2 news3 dates"
        "news5 news5 news4 news6 dates"
        "music music music music dates"
        "video video video video dates"
        "sitemap sitemap sitemap sitemap dates"
        "footer footer footer footer dates";
}
