div.content {
background-image: url('../media/bg3.jpg');
background-size: cover;
background-position: center;


}
div#user{
    position: absolute;
    top: 80px;
    color:white;
}

div#links{
    position:absolute;
    
    bottom:10px;
    right:20px;
    color:#2f9873;
    margin-right:0px;
    z-index:0;
}

#links a {
    color:#cdc2be;
     text-shadow: 5px 5px 5px #565543;
}