body{
    	font-family: 'Playfair Display', serif;
    }
        footer {
    background-color: black;
    padding: 85px 0;
}
    .footerimg {
    width: 12%;
    margin: 10px;

}
    #middle {
    width: 40%;
}
.profile-card{
    margin-top:20px;
    height: 95%;
}
.profile-card .btn{
    border-radius:2px;
    text-transform:uppercase;
    font-size:12px;
    padding:7px 20px;
}
.profile-card .card-img-block {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -20px;
    
}
.profile-card .card-img-block img{
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.63);
}
.profile-card p{
    font-size:15px;
    font-weight:300;
}
.profile-card .btn-primary{
    background-color:#4E5E30;
    border-color:#4E5E30;
}
