body{
    font-family: 'Roboto', 'sans-serif';
}

.ahmed-pic {
    width: 251px;
    border-radius: 0px;
    display: block;
}

.name {
    font-weight: bold;
    font-size: 19px;
    margin-left: 8px;
    display: block;


}

.mutual-friends {
    color: rgb(87, 85, 85);
    font-size: 17px;
    margin-left: 8px;
    display: block;


}

.add-friend {
    color: white;
    background-color: #4267b2;
    border: none;
    font-size: 19px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin-bottom: 8px;
    margin-left: 8px;
    display: block;
    transition: opacity 0.15s;
}

a {
    text-decoration: none;
}


.add-friend:hover {
    opacity: 0.85;
    cursor: pointer;
}

.add-friend:active {
    opacity: 0.7;
}

.add-friend-div {
    width: 250px;
    border-right: 0px;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}