.container {
    display: grid;
    width: 63%;
    border: 1px black solid;
    grid-template-columns: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    grid-template-areas:
    "header"
    "section" 
    "article"
    "footer";}
.pink {
    grid-area: header;
    background-color: #ff6666;
    text-align: center;
    font-weight: bold;
    color: white;
    height: 50px;
    font-size: 25px;
    padding-top: 15px;
    border: 1px black solid;}

.yellow { display: none;
    grid-area: aside;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    font-size: 20px;
    background-color: #ffff00;
    border: 1px black solid;}
.pris {
    margin: auto;
    border: red 1px solid;
    background-color: white;
    height: 15%;
    width: 75%;
    font-size: 14px;
    font-weight: normal;
    text-align: center;}
.superpris {
    font-weight: bold;
    font-size: 20px;}
.green {
    grid-area: section;
    text-align: center;
    padding-top: 10px;
    height: 100%;
    background-color: #04fa06;
    border: 1px black solid;}
section nav {
    margin: auto;
    background-color: white;
    font-weight: bold;
    align-items: center;
    border: 1px black solid;
    width: 75%;
    height: 95%;
    font-size: 90%;}
nav a {
    display: block;
    padding: 1%;
    margin: auto;
    border: 1px solid #333;
    width: 75%;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
    font-size: 75%;}
nav a:hover {
    background-color: #f66;}
.frukter {
    font-weight: bold;
    font-size: 16px;}
.banana{
    font-weight: bold;
    font-size: 14px;}
.factbanana {
    font-size: 12px;}
article {
    padding:10px;
    padding-top: 20px;
    font-size: 12px;}
img {border: 1px black solid;}
.name {font-size: 75%;}
.date {font-size: 50%;}
.grey {
    grid-area: footer;
    text-align: center;
    border: 1px black solid;
    height: 100%;
    background-color: rgb(153, 152, 152);}


@media only screen and (min-width: 768px) {
.container {
    display: grid;
    width: 63%;
    border: 1px black solid;
    grid-template-columns: 33% 67%;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    grid-template-areas:
    "header header"
    "section article"
    "footer footer";}
.pink {
    grid-area: header;
    background-color: #ff6666;
    text-align: center;
    font-weight: bold;
    color: white;
    height: 50px;
    font-size: 25px;
    padding-top: 15px;
    border: 1px black solid;}

.yellow { display: none;
    grid-area: aside;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    font-size: 20px;
    background-color: #ffff00;
    border: 1px black solid;}
.pris {
    margin: auto;
    border: red 1px solid;
    background-color: white;
    height: 15%;
    width: 75%;
    font-size: 14px;
    font-weight: normal;
    text-align: center;}
.superpris {
    font-weight: bold;
    font-size: 20px;}
.green {
    grid-area: section;
    text-align: center;
    padding-top: 10px;
    background-color: #04fa06;
    border: 1px black solid;}
section nav {
    margin: auto;
    background-color: white;
    font-weight: bold;
    align-items: center;
    border: 1px black solid;
    width: 75%;
    height: 40%;}
nav a {
    display: block;
    padding: 5px;
    margin: auto;
    border: 1px solid #333;
    width: 80%;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
    }
nav a:hover {
    background-color: #f66;}

.grey {
    grid-area: footer;
    height:100%;
    background-color: rgb(153, 152, 152);
    text-align: center;}
.frukter {
    font-weight: bold;
    padding-top: 30px;
    font-size: 16px;}
.banana{
    font-weight: bold;
    font-size: 14px;}
.factbanana {
    font-size: 12px;
   }
article {
    padding:10px;
    font-size: 12px;
}
img {border: 1px black solid;}

.name {font-size: 30px;}
.date {font-size: 15px;}
}


@media only screen and (min-width: 1000px) {
    .container {
        display: grid;
        width: 63%;
        border: 1px black solid;
        grid-template-columns: 25% 50% 25%;
        margin-right: auto;
        margin-left: auto;
        font-family: Arial, Helvetica, sans-serif;
        grid-template-areas:
        "header header aside"
        "section article aside"
        "footer footer footer";}
    .pink {
        grid-area: header;
        background-color: #ff6666;
        text-align: center;
        font-weight: bold;
        color: white;
        height: 50px;
        font-size: 25px;
        padding-top: 15px;
        border: 1px black solid;}
    .yellow {
        display: block;
        grid-area: aside;
        text-align: center;
        padding-top: 15px;
        font-weight: bold;
        font-size: 20px;
        background-color: #ffff00;
        border: 1px black solid;}
    .pris {
        margin: auto;
        border: red 1px solid;
        background-color: white;
        height: 15%;
        width: 75%;
        font-size: 14px;
        font-weight: normal;
        text-align: center;}
    .superpris {
        font-weight: bold;
        font-size: 20px;}
    .green {
        grid-area: section;
        text-align: center;
        padding-top: 10px;
        background-color: #04fa06;
        border: 1px black solid;}
    section nav {
        margin: auto;
        background-color: white;
        font-weight: bold;
        align-items: center;
        border: 1px black solid;
        width: 75%;
        height: 40%;}
    nav a {
        display: block;
        padding: 5px;
        margin: auto;
        border: 1px solid #333;
        width: 80%;
        background-color: #ccc;
        color: #000;
        text-decoration: none;
        }
    nav a:hover {
        background-color: #f66;}
    
    .grey {
        grid-area: footer;
        background-color: rgb(153, 152, 152);
        text-align: center;}
    .frukter {
        font-weight: bold;
        font-size: 16px;}
    .banana{
        font-weight: bold;
        font-size: 14px;}
    .factbanana {
        font-size: 12px;
       }
    article {        
        padding-top: 10px;
        font-size: 12px;
    }
    img {border: 1px black solid;}
    
    .name {font-size: 30px;}
    a {font-size: 12px;}
}