.profile-back {
    background-color: #fff9ca;
    height: 150px;
    margin-bottom: -75px;
}

.profile-pic {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.profile-card {
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #ff9900;
}

.profile-name {
    font-family: 'Actor', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 100px;
    max-width: 300px;
    margin: 0 auto 10px auto;
}

.profile-card .social-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.profile-card .social-list li {
    display: inline;
    margin: 0 5px;
}

.profile-bio {
    margin-bottom: 10px;
    padding: 10px;
}

.profile-profile:not(:first-child):before {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
}

.profile-card .social-list li i {
    background-color: #9b1f1f;
    color: #fff;
    padding: 10px 11px;
    border-radius: 100%;
}

.number-followed-by {
    font-weight: bold;
}

.number-follow {
    margin-left: 5%;
    font-weight: bold;
}

.user-profile-name {
    font-style: italic;
    color: #999999;
}

.profile-card:hover .profile-pic {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

