h1.page_title{
    font-family: 'Avenir LT Pro', sans-serif;
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 36px;
}

p.mission_statement{
    font-family: 'Avenir LT Pro', sans-serif;
    color: white;
    text-align: center;
    margin: 20px;
    font-size: 18px;
}

div.team_profile{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}

div.profile_card{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px;
}

img.avatar{
    height: 200px;
    width: 200px;
    border-radius: 100px;
    margin-bottom: 10px;
}

div.card_content{
    text-align: left;
    display: flex;
    flex-direction: column;
    margin: 20px;
}

h2.name{
    font-family: 'Avenir LT Pro', sans-serif;
    color: white;
    font-size: 24px;
    margin: 0;
}

h3.role{
    font-family: 'Avenir LT Pro', sans-serif;
    color: gray;
    font-size: 18px;
    margin: 0;
}

p.intro{
    font-family: 'Avenir LT Pro', sans-serif;
    color: white;
    font-size: 16px;
    margin-top: 10px;
    max-width: 600px;
}

div.social_links{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

a.social_link{
    color:white;
    font-family: 'Avenir LT Pro', sans-serif;
    font-size: 16px;
    margin: 5px 0;
}