section {
    display: flex;
    width: 100%;
    align-items: start;
}

nav ul {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
    padding: 0px 30px;
}

nav {
    height: 30px;
}



nav ul li {
    list-style-type: none;

}


h1 {
    text-align: center;
    font-family: 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    color: rgb(7, 125, 129);
    text-shadow: 1px 1px 5px rgb(31, 68, 148);


}

form {
    width: 550px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

header {
    display: block;
}

img {
    margin: 0 auto;
    display: block;
    width: 50%;
    height: 50%;
}

fieldset {
    border-radius: 10px;
    border-color: brown;
}

index section ul li {
    list-style-type: none;
}

body {
    display: block;
    margin: 20px;
}

footer {
    text-align: center;
    color: rgb(7, 125, 129);
    width: 550px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
}

footer p {
    margin: 0;
    font-size: 10px;
}


#style_as_flex {
    display: flex;
    align-items: center;
}

main section figure {
    width: 50%;
}


div.style_as_flex {
    display: flex;
}

div.style_as_flex img {
    width: 50%;
}

main div section h4 ul li {
    list-style-type: circle;

}

//recipes.html

#style_as_flex {
    display: flex;
    align-items: center;
}

nav Ingredients Notes ul li {
    list-style-type: none;

}

div.style_as_flex_2 {
    display: flex;
}

img {
    margin: 0 auto;
    display: block;
    width: 50%;
    height: 50%;
}

img {
    margin: 0 auto;
    display: block;
    width: 50%;
    height: 50%;
}

div.style_as_flex img {
    width: 70%;
}


div.style_as_flex {
    display: flex;
}

#picture_1 {
    width: 250px;
    display: 70%;
}

#picture_2 {
    width: 300px;
}

#table,
tr,
td {
    width: 100%;
    border-collapse: collapse;
    border: 3px solid blue;
    /* Add border around the table */
}

#th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}