body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

header {
    background-color: #f0f0f0;
    text-align: center;
}

header h1 a {
    color: black;
    text-decoration: none;
}

.search1 {
    display: flex;
    align-items: center;
    background-color: gray;
    float: right;
    padding: 8px 25px;
    border-radius: 12px;
}

main {
    padding: 20px;
}

.intro {
    margin-bottom: 40px;
    font-size: 18px;
    color: whitesmoke;
    font-style: aurora grotesk;
}

.intro h1{
    font-size: 34px;
}

.values {
    margin-bottom: 40px;
    font-size: 18px;
    color: whitesmoke;
}

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

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

.team {
    color: whitesmoke;

}

.contact-section{
    padding: 20px;
}

main {
    background-color: black;
    color: white; 
    padding: 20px; 
}

a{
    text-decoration: none;
}

.Why{
    margin-bottom: 40px;
    font-size: 17px;
    color: whitesmoke;
}

.links{
    color:bisque;
}

.team-members {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team-member {
    width: 250px;
    margin: 20px;
    text-align: center;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.member-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: black;
}

.team-member h2 {
    font-size: 18px;
    margin-bottom: 5px;
    color: black;
}

.team-member p {
    font-size: 16px;
    color: #666;
}
