.detail {
    color:#cc4c00;
    font-size: 1em;
}

.link-detail{
    font-size: 1.5em;
}

.detail:hover {
    text-decoration: underline;
}

.link-detail:hover{
    text-decoration: underline;
}

.profile-pic {
    border-radius: 50%;
    height: 45px;
    width: 45px;
    margin-right: 1em;
}