body{
    font-family: roboto;
    background: url('../img/datos.jpg') no-repeat center fixed;
}

.profile-photo{
    width: 100%;
}

.icon{
    width: 6em;
}

h1{
    font-family: satisfy;
    color: whitesmoke;
    font-size: 3em;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}

.grid{
    display: grid;
    grid-template-columns: 20% 65% 10%;
    gap: 1em;
}

.b{
    background: rgba(230, 184, 184, 0.5) ;
    padding: 1em;
}

.d{
    color: blanchedalmond;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
}

.e img{
    width: 100%;
}

footer {
    text-align: center;
    margin-top: 8%;
    background-color: black;
    color: white;
    bottom:0;
    clear:both;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.35em;
    border-radius: 35px 0px 35px 0px;
}

a{
    color: white;
    text-decoration:none;
}

.volver {
    margin-left: 1%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    padding: 15px 30px;
    
}
