.profile-container {
    max-width: 1200px;
}

.profile {
    text-align: center;
    padding: 20px;
    width: 250px;
}
.profile-image {
    text-align: center;
    margin:auto;
    width: 200px;
}
.profile-name {
    font-weight: bold;
    text-align: center;
    color: #18325C;
    margin-bottom:0;

}
.profile-role {
    margin-top: 5px;
    text-align: center;
    color: #009EBC;
}
.profile-bio {
    text-align: center;
    color: #18325C;
}
