body {
    background: url('../img/fondoGonza.jpg') no-repeat;
    background-size: cover;
    font-family: 'Press Start 2P', cursive;
}

.titleName{
    font-size: 20px;
    color: white;
    -webkit-text-stroke: 1px black;
    text-align: center;
}
.photoProfile{
    display:block;
    margin:auto;
    border-radius: 20%;
    width: 150px;
}
.round { 
    font-size: 18px; 
    font-weight: 100; 
    color: #ffffff; 
    background:black;
    text-align: center;
    padding: 20px 20px 20px 20px;
    margin: 0 0 25px;
    overflow: hidden;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
    border: 2px solid #5878ca;
 }
 .icons{
    display:block;
    margin:auto;
    width: 50px;
 }
 footer {
    font-size: 14px;
    text-align: center;
    background-color: black;
    color: white;
    bottom:0;
    clear:both;
    width:100%;
    height:100px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 35px 0px 35px 0px;
    -moz-border-radius: 35px 0px 35px 0px;
    -webkit-border-radius: 35px 0px 35px 0px;
    border: 2px solid #5878ca;
}
a{
    text-decoration: none;
    color: gray;
}
.icons{
    display:flex;
    padding: 8px;  
    
}
.volver{
    margin-top: 90px;
    padding: 19cm
}
