*{
color: black;
    background color: lightblue;
    font-size: 1em; 
    margin: .10em;
    padding: .5em;
    box-sizing: border-box;
    border: 10;
    font-family: 'Roboto', sans-serif;}
    
    
    .cajalinks {
    /* caja contenedora */
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    background-color: darkgrey;
     list-style-type: none;
     text-decoration-line: none;
    text-decoration: none;
    
}
.titulo{ 
    font-size: 1.5em; 
    background-color: white}
    
