.team-header {
    background-color: rgb(245, 245, 245);
}

.team-header hr {
    width: 50%; 
    height: 1px; 
    background-color: black;
}

.team-header h1 {
    font-family: 'Times New Roman', Times, serif;
}

.team-description {
    background-color: rgb(245, 245, 245); 
    font-family: 'Times New Roman', Times, serif;
}

.member-container {
    padding: 0 15%;
}

.member-card {
    width: 300px; 
    padding: 1rem 1rem; 
    position: relative;
}

.member-image {
    width: 250px; 
    height: 320px; 
    padding-bottom: 1rem;
}

.member-name {
    font-family: 'Times New Roman', Times, serif; 
    font-weight: bold;
}

.member-title {
    font-weight: 500; 
    font-size: small;
}

.member-contact {
    font-size: small; 
    word-wrap: break-word; 
    color: black;
}

.member-contact:hover {
    color: black;
}