body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0px;
}
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
} 
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

header{
    display: grid;
    grid-template-columns: auto;
    padding: 2rem;
}
header nav{
    justify-self: end;
}

nav ul {
    display: flex;
    justify-content: end;
}
nav ul li{
    list-style: none;
    padding-right: 20px;
}
nav ul li a {
    text-decoration: none;
}
a:visited {
    color: black;
}

section{
    display: grid; 
    grid-template-columns: 20% 60% 20%;
}
figure{
    display: grid;
    background-color: #00450e;
    width: 150px;
}
figcaption{
    color: white;
    align-self: center;
    text-align: center;
}
img{
    overflow: clip;
    overflow-clip-margin: content-box;
}
figure img{
    width: 150px;
}

article{
    display: block;
    unicode-bidi: isolate;
}
aside{
    display: block;
    unicode-bidi: isolate;
}
h1{
    color: #00450e;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Roboto' sans-serif;
}
ol{
    list-style-type: decimal;
}
li{
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
aside{
    display: block;
    unicode-bidi: isolate;
}
h2{
    color: #00450e;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Roboto' sans-serif;
}
ul{
    list-style-type: disc;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
footer p{
    color: white;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    padding: 4rem;
}
footer{
    width: 100%;
    min-height: 10rem;
    background-image: url(../image/fresas.webp);
    background-size: cover;
}
div{
    display: block;
    unicode-bidi: isolate;
}