body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f4f4f4;
    }
header {
    background-color: darkgreen;
    color: white;
    padding: 1em 0;
    text-align: center;
}
nav {
    text-align: center;
    margin-top: 1em;
}
nav a {
    margin: 1em;
    color: black;
    text-decoration: none;
}
section {
    padding: 1em 2em;
    background-color: white;
    margin: 1em 2em;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
footer {
    background-color: darkgreen;
    color: white;
    text-align: center;
    padding: 1em 0;
    width: 100%;
    bottom: 0;
}
.team img {
    width: 100px;
    border-radius: 5%; 
    width: 125px;
    height: 175px;
    object-fit: cover;
}
.team div {
    display: inline-block;
    margin: 1em;
    text-align: center;
}
.members{
    flex: 0 0 auto; 
    width: 22%;
}
.cm{
    margin: 1em;
    flex: 0 0 auto; 
    width: 30%;   
}
