@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

header {
    padding: 1.5rem;
    display: grid;
    grid-template-columns: auto auto;
}

header nav ul li {
    list-style: none;
}

header nav ul li {
    display: inline-block;
}

header nav {
    justify-self: end;
}

nav ul li {
    margin: auto;
}

body {
    font-family: "Roboto", system-ui;
    font-weight: 350;
    font-style: normal;
}

section {
    padding: 3rem 1.6rem;
    display: grid;
    grid-template-columns: 1.1fr 3fr
    
}


section aside ul li {
    list-style: circle black;
}

h1 {
    font-size: 2rem;
    color: #00450e
}

article {
    display: grid;
}

article h1 {
    justify-content: flex-start;
}

h2 {
    color: #00450e
}

ul li a {
    text-decoration: none;
}

figure{ display: grid;background: #00450e; 
    grid-template-columns: 50% 50%;
}

figcaption 
    { color: #fff; align-self: center; text-align: center;} 

figure img
    { width: 100%;}

    footer {
        width: 100%; 
        background:url(../img/fresas.webp);
        background-size: cover;
    }
    footer p{
        color: #ffffff; 
        font-size: 1rem; 
        text-align: center; 
        padding: 5rem;
    }