body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f0e6;
}

header {
    background-color: #2f4f2f;
    color: white;
    text-align: center;
    padding: 20px;
}

nav {
    background-color: #8b5a2b;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    margin: 10px;
    text-decoration: none;
    font-weight: bold;
}

.hero {
    background-image: url('https://images.unsplash.com/photo-1500595046743-cd271d694d30');
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

section {
    padding: 40px;
}

footer {
    background-color: #2f4f2f;
    color: white;
    text-align: center;
    padding: 10px;
}

.logo {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.logo {
    width: 80px;
}