@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{  margin: 0;
    padding: 0;
    box-sizing: border-box;}
body { background: #ffd300; font-family: 'Lato', sans-serif, arial; text-align: center;}    
header {background: #eb753d;}
h1 {color:aliceblue;
    font-family: 'Lato', sans-serif;
    font-weight: 800;}
footer p{color: grey; font-size: 0.7rem;}

header nav a{
    display: inline-flex;
    justify-content: space-around;
    background: #fdbe58;
    width: 20%;
    margin: 2%;
    padding: 2%;
    border: 0.1rem solid #eb753d ;
    border-radius: 2rem;
    
    font-weight: 800; 
    text-decoration: none;
    }

.integrantes-nombre-app{
    background: #fdbe58;
    width: 50%;
    margin: 5%;
    padding: 5%;
    min-height: 8rem;
    border: 0.1rem solid #eb753d ;
    border-radius: 2rem;
    font-weight: 800;
    text-decoration: none;
}

.contenedor{max-width: 75rem;
            margin:auto;}

.inicio{display: flex;
        justify-content: center;}

.materias{
    display: flex;
    justify-content: center;
    font-weight: 500;
    text-decoration: none;
}

.materias-columnas{
    width: 49%;
    padding: 2%;
    text-decoration: none;
}


.datos-academicos{
   display: flex;
    background: #e0c857;
    font-weight: 300;
    text-decoration: none;
    margin-top: 3%;
    padding: 3%;
}

.datos-columnas{
    width: 33%;
    text-decoration: none;
}

.pie{
    align-items: flex-end; 
}