*{
    margin: 0;
    border-radius: 290px;
    text-decoration: none;

}


body{
    background: #f4f4f4; 
    font-family: 'courrier', sans-serif;
    text-align: center;

}


header{
}


section {
    background: #93bcff;
    width: 80%;
    margin: 2% 10% 2% 10%;
    padding: 0%;
    border-radius: 0.6rem;
    font-family: sans-serif;
    color: #000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.8rem;
}

section li{
    list-style-type: none;
    text-align: center;
}

nav ul li a{
    color: #000000;
    text-decoration: none;
   }

h1{text-align: center;
    color: #93bcff;
    font-size: 4rem;
    padding-top: 20px;
    padding-bottom: 20px;
}
h2{
    color: #000000;       
}

h3 a{
     color: #210029;
    text-decoration: none;
}

.integrantes1{
    padding-top: 30px;
    padding-bottom: 30px;

}

.integrantes ul li{
    font-size: 10pt;
    text-decoration: :none;
    display: inline;
    color: #000;
    padding: 6rem;

}
img:hover {opacity: 0.8;
    }


a:link{ color: #555555; text-decoration: none}

a:active{ color: #555555; text-decoration: none}

a:visited{ color: #555555; text-decoration: none}

a:hover{ color: #93bcff; text-decoration: none}

.datos {
    background-color: #ffffff;
    text-align: center;
}

.datos ul li{
    text-decoration: :none;
    display: inline;
    color: #000;
    padding: 6rem;

}

.footer {
    padding-top: 30px;
    }


.materias {
    text-align: center;
    
    }  
footer {
   font-size: 0.55rem;
    
}


    background: #fff;
    text-align: center;
    width: 80%;
    margin: 10% auto 10% auto;
    padding: 5%;
    border-radius: 0.6rem;