
#teammates {
    width: 100%;
    margin-bottom: 2rem;
}

#teammates td {
    text-align: center;
    vertical-align: top;
    padding: 1rem;
}

#teammates img {
    display: block;
    margin: 0 auto 1rem;
    height: 150px;
    width: auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#teammates h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

#teammates h6 {
    margin-bottom: 0.75rem;
    color: #666;
    font-weight: 400;
}

#teammates hr {
    margin: 1rem auto;
    width: 80%;
    opacity: 0.3;
}

section h1 {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
