body {
    background-image: url("https://images.unsplash.com/photo-1681519086515-0e4c51ee5e4c?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    color: #f0f0f0;
    font-family: 'Segoe UI', sans-serif;
}

.about-heading {
    font-size: 2.5rem;
    font-weight: bold;
    color: #f9d342;
}

.mission-text {
    font-size: 1.2rem;
    color: #e0e0e0;
}

.team-card {
    background-image: url("https://images.unsplash.com/photo-1681519086515-0e4c51ee5e4c?q=80&w=687&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    border: none;
    color: white;
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: scale(1.05);
}

.card-img-top {
    height: 250px;
    object-fit: cover;
}





