
@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 {
    display: grid;
    grid-template-columns: auto auto;
    padding: 2rem;
}

header nav ul li a {
    text-decoration: none;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
}
header nav {
    justify-self: end;
}

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

section {
    display: grid;
    grid-template-columns: 80% 20%;
    padding: 2%;
}

h1 {
    color: #024710;
    font-size: 2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
}

h2 {
    color: #024710;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
} 


figure {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #024710;
    align-content: center;
    justify-content: center;
    margin: 3rem;
    height: 180px;
}



figure figcaption {
    width: 50%;
    color: white;
    text-align: center;
    align-self: center;
    font-family:"Roboto", sans-serif ;
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
}

figure img {
    width: 49%;
}

body {
    font-family: Roboto;
    font-weight: 300;
}

aside{
    align-self: center;
}

footer{
    background-image: url(../img/fresass.webp);
}

footer {
    width: 100%;
    min-height: 10rem;
    background-size: cover;

}

footer p {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding: 5rem;
}