body{
    background: url(bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container-fluid{
    padding: 50px;
}

#profile-img{
    text-align: center;
  
   
}

img{
    border:1px solid;
    width: 150px;
    height: 150px;
    border-radius: 50px;
}
#profile-info{
    text-align: center;

}

#profile-info p{
    margin-bottom: 3px;
    
}

#profile-info p:nth-child(1){
    font-size:35px;
    font-family: 'Amatic SC', cursive;
}
#profile-info p:nth-child(2){
    font-size:15px;
    font-family: 'Roboto', sans-serif;
}

#links{
    margin-top: 50px;
}
#links button{
    border:1px solid #000 !important;
}
