.profile-picture{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.profile-name{
    color: black;
    font-weight: bold;
    /* font-family: 'Josefin Sans', sans-serif;
    font-family: 'Sorts Mill Goudy', serif; */
    line-height: 30px;
}
.board{
    color: #596172;
    font-size: 20px;
}
.bio{
    color: black;
    font-size: 20px;
    line-height: 20px;
}
.link{
    color: #596172;
    text-decoration: none;
    transition: all 300ms ease;
}
.link:hover{
    color: #b374da !important;
}


.account-social-icons {
    text-align: center;
    margin: 0px 0px 32px;
    animation: 0.3s linear 0.75s both fade-in;
}

.account-social-icons a {
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.account-social-icons a svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    color: white;
    overflow: hidden;
}
