body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: white;
}

.logo {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.hero {
    text-align: center;
    margin: 40px 0;
}

.food-image {
    max-width: 60%;
    max-height: 400px;
    height: auto;
    width: auto;
    border-radius: 8px;
    margin: 20px auto;
    display: block;
}

h1, h2 {
    color: #222;
}

section {
    margin-bottom: 40px;
}

footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
