*{
    margin: 0em;
    padding: 0em ;
    border: 0;
    box-sizing: border-box;
    font-family: "roboto", sans-serif}
body{  background-color: rgb(75, 64, 108);}

header {
display: flex;
    align-items: center;
    justify-content: center;    
    padding: 1em;
    text-align: center;}

#logodgpc { width: 5em;
height: auto}
h2 {font-family: "roboto";
    color: white;
font-size: 20px;
display: flex;
    align-items: center;
    justify-content: center;    
    padding: 0.7em
    ;}

#imgperfil { width: 13em;
    height: auto;
border-radius: 10em;
    box-shadow: 0 0.35em 0.50em 0 rgba(0, 0, 0, 0.61)}

.principal ul {
    
    padding: 1em 1em 1em 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content:space-around;
    align-items: center;
    font-size: 1em;
    flex-basis: 25%;
    list-style-type: none;
    border-width: medium;
    background-color: rgba(255, 255, 255, 0.80);
    font-family: "roboto";
    color: black;
    text-decoration: none;

    
}

a { margin: auto;  font-family: "Roboto", sans-serif; font-weight: bold; color: black; text-decoration: none;}

.perfil {text-align:center}

#informacion {
    align-items: center;
    display: flex;
    flex-direction: column}

.info {
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 1em;
    padding: 1.5em;
    margin: 1em;
    width: 18em;
    height: auto;
    color: rgb(124, 16, 1);
    box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, .35)
        
}
        
        
        h3 {font-family: "roboto";
            font-style: bold;
            font-size: 16 px;
            color: black;
            
    }

.info p {color: rgba(0, 0, 0, 0.85);
padding: 0.5em 0 0 0 }

.info ul { color: rgba(0, 0, 0, 0.85);
padding: 0.5em 0 0 0;
    list-style-type: none; }

.info a { font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

































