body {
            color: #702525;
            background-color: #f9f8f6;
            background-image: url(images\MMWood.jpg);
            background-position: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.5em;
            margin: 0px;
            text-align: center;
        }

        header {
            text-align: center;
        }

        ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
            background-color: #333;
            color: black;
        }

        li {
            display: inline-flex;
        }

        a {
            display: block;
            color: #702525;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

        a {
            display: block;
            color: #f7f7f7;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

        li a:hover {
            background-color: #222;
        }

        img {
            border-radius: 1%;
        }

        .mealrowsigma {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 30px;
            text-align: center;
        }

        .mealrowsigma article {
            width: 600px;
        }

        .mealrowsigma img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

        footer {
            text-align: center;
            color: #702525;
        }

.popular-recipes {
    background-color: #f9f8f6;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    border: 3px solid #333;
    border-radius: 2%;
    transition: transform 0.3s ease;
}

.popular-recipes:hover {
    transform: scale(1.025);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.contact-details:hover {
    transform: scale(1.025);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.contact-details {
    background-color: #f9f8f6;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    border: 3px solid #333;
    border-radius: 2%;
    transition: transform 0.3s ease;
}

.YAY {
    line-height: 0.7;
}

.barber {
    display: flex;
    align-items: center;
    gap: 20px;
    float: center;
    padding: 0 550px;
}

.barber img {
    width: 150px;
    height: auto;
}

.barber .text {
    font-size: 16px;
    max-width: 400px;
    text-align: left;
}

.bartlam {
    display: flex;
    align-items: center;
    gap: 20px;
    float: center;
    padding: 0 550px;
}

.bartlam img {
    width: 150px;
    height: auto;
}

.bartlam .text1 {
    font-size: 16px;
    max-width: 400px;
    text-align: left;
}

.paragraph {
    background-color: #f9f8f6;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    border: 3px solid #333;
    border-radius: 2%;
    transition: transform 0.3s ease;
}

.paragraph:hover {
    transform: scale(1.025);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.form {
   float: center; 
    padding-left: 0px;
    padding-right 0px;
}

.Burrito {
    float: left;
    align-items: left;
    padding-left: 100px;
}

.BurritoCapt {
    align-items: right;
    float: right;
    padding-right: 50px;
    padding-top: 0px;
}

.tada:hover {
    transform: scale(1.025);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.tada {
    background-color: #f9f8f6;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
    max-height: 400px;
    max-width: 600px;
    border: 3px solid #333;
    border-radius: 2%;
    transition: transform 0.3s ease;
}