*{
    margin: 0em;
    padding: 0em ;
    border: 0;
    box-sizing: border-box;
    font-family: "roboto", sans-serif}
body{  background-color: goldenrod;
    




}

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

#logodgpc { width: em;
height: auto}

.principal ul {
    
    margin: 0, 0, 1em, 0;
    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;
    border-radius: 1em;
    background-color: #FFFF;
    font-family: "roboto";
    color: black;
    text-decoration: none;

    
}

h1 {font-family: "roboto";
    color: white;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;    
    padding: 0.7em
    ;}

#perfilagus { width: 19em;
    height: auto;
    border: solid 2px;
    border-color:ghostwhite;
    border: solid 2px;
    border-color:ghostwhite;
    
    }





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 {
    
    
    padding: 1.5em;
    margin: 1em;
    width: 19em;
    height: auto;
    color: #ffff;
    border: solid 2px;
    border-color:ghostwhite
    
        
}
        
        
        h3 {font-family: "roboto";
            font-style: bold;
            font-size: 16 px;
            color: #fff;
            
    }

.info p {color: #fff;
padding: 0.5em 0 0 1em }

.info ul  { color: #fff;
padding: 1em 0 0 3em;
    list-style-type:none; }

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