body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    color: #333;
}

header {
    background: #3cb371;
    color: white;
    text-align: center;
    padding: 20px;
}

.logo {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.slogan {
    font-style: italic;
}

section {
    padding: 20px;
    max-width: 900px;
    margin: auto;
    background: white;
    margin-top: 20px;
    border-radius: 8px;
}

.team ul {
    list-style: none;
    padding: 0;
}

.team li {
    margin-bottom: 10px;
}

.products {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.product {
    text-align: center;
}

.product img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

footer {
    text-align: center;
    padding: 15px;
    background: #222;
    color: white;
    margin-top: 30px;
}
