body{
    background-color: black;
    color: white;
}


.content h1{
    font-size : 2em;
    font-family: 'Lato', sans-serif;
    padding-bottom: 5%;
}

li{
    font-size : 1.5em;
    font-family: 'Lato', sans-serif;
    padding-bottom: 5%;
}

.content{
    padding: 3%;
    line-height: 2em;
    text-align: center;
}

.fa {
    font-size: 1.5em;
    padding:5px;
}

.content p {
    font-size: 2em;
    color: rgb(200, 200, 200);
    font-family: 'Raleway', sans-serif;
}


.content a {
    font-size: 2em;
    color:white;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.content a:link{
    color: white;
}
a :hover{
    color:rgb(57, 57, 57);
}
.content a :hover{
    color:rgb(57, 57, 57);
}


.username {
    font-weight: bold;
    color: white;
}

.content a:visited{
    color: rgb(241, 241, 241);
} 
.content  a:hover{
    color: rgb(241, 241, 241);
}
.content ul {
    list-style-type: none;
}

.portada img{
    margin: 10px;
    padding: 10px;
    width: 100%;
    height: 100%;
    align-self: center;
    position: absolute;
}


.profile_pic {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    transition: 0.8s;
}
.profile_pic:hover{
    zoom: 1.2;
}