
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    background: #f9fbfc;
    color: #333;
}

.navbar {
    background: #6ec6ca;
    padding: 15px 0;
    text-align: center;
}

.logo {
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.hero {
    background: #6ec6ca;
    color: white;
    text-align: center;
    padding: 80px 20px;
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: 40px auto;
}

.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.about-img {
    width: 300px;
    border-radius: 10px;
}

.footer {
    background: #6ec6ca;
    color: white;
    text-align: center;
    padding: 20px;
}
