.team {
    width: 150px; 
    height: 200px; 
    display: block;
    margin: 0 auto;
}

h1, h2 {
    text-align: center;
}

h3 {
    font-weight: normal;
}

.content-container {
    max-width: 1000px;
    margin: 0 auto; 
}

