* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    background-color: #722F37;
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 35px;
}


a {
    color: #EFDFBB;
    font-size: 46px;
    font-style: bold;
    text-decoration: none;
}

main {
    background-color: #EFDFBB;
    height: auto;
}

h1 {
    align-items: center;
    justify-content: center;
    color: #722F37;
    font-size: 64px;
    padding: 35px;
}

#recipeOne {
    display: flex;
    flex-direction: row;
}

img {
    padding: 30px;
    background-color: #722F37;
    width: 500px;
    height: 500px;
    border-radius: 10px;
    margin: 50px;
}

h2 {
    padding: 10px;
    font-size: 32px;
    margin: 10px;
}

ul {
    padding: 100px;
    margin: 10px;
    font-size: 32px;
    display: contents;
    flex-direction: column;
}

ol {
    list-style-type: decimal;
    padding: 30px;
    margin: 10px;
    font-size: 32px;
    padding-bottom: 30px;
}

#recipeTwo {
    display: flex;
    flex-direction: column;
}

.container {
    display: flex;

}

.div-rightTwo {
    align-items: center;
}

.div-more-recipe{
    margin-left: 50px;
}

h6{
    padding-bottom: 50px;
}


footer{
    background-color: #722F37;
    height: auto;
    display: flex;
    padding: 90px 70px;
    gap: 60px;
}

footer h2{
    font-size: 40px;
    font-weight: 600;
    color: #EFDFBB;

    margin-bottom: 40px;
}

footer p{
    color: #EFDFBB;
    font-size: 26px;
    font-weight: 400;
}

.footer-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 50%;
}

.footer-right{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 4px;
}

.footer-right ul{
    display: flex;
    flex-direction: column;
    width: 564px;
}

.footer-right a{
    color: #EFDFBB;
    font-size: 30px;
    font-weight: 700;
}

.footer-right li{
   display: flex;
   flex-direction: row;
   align-items: center;
}

footer img{
    width: 43px;
    height: 43px;
}