body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
    transition: all 2s;
}

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

header nav {
    justify-self: end;
}

header nav ul li a {
    text-decoration: none;
    color: #000;
}

section {
    margin: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
}

figure {
    margin: 2rem 2rem 2rem 2rem;
    display: grid;
    background: #00450e;
}

h2 {
    margin-bottom: 1rem;
    color: #00450e;
    font-size: 1.5rem;
    font-weight: 700;
}

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

figure img {
    
    width: 100%;
}

aside {
    padding-top: 3rem;
    padding-left: 1rem;
}

.ingredientes {
    padding-left: 2rem;
}

article {
    display: block;
    unicode-bidi: isolate;
}

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

.pasos {
    padding-top: 4rem;
}

.tradicional {
    font-size: 1.2rem;
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

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

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    text-decoration: none;
    color: #000;
}

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

footer {
    width: 100%;
    min-height: 10rem;
    background: url(img/fresas.webp);
    background-size: cover;
}
