
body {
    background-color: rgba(220, 220, 207, 0.841);
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
}


header {
    background-clip: padding-box;
    word-spacing: 30px;
    margin: 0px;;
    height: 50px;
text-align: left;}

footer p{
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    color: rgb(125, 121, 121);
    margin: 50px;
    font-size: 0.7rem;
    width: auto;
    justify-content: center;}

ul {
    align-content: auto;
}

.materias1{
        
        background-color: rgb(144, 213, 229);
        display: grid; 
        text-align: left;
        justify-content: center;
        border-radius: 10%;
        width: 350px;
        height: 300px; }

.materias2{
    
            background-color: rgb(144, 213, 229);
            display: grid; 
            text-align: left;
            justify-content: center;
            border-radius: 10%;
            width: 480px;
            height: 300px; }

.materias3 {

    background-color: rgb(144, 213, 229);
    display: grid; 
    text-align: left;
    justify-content: center;
    border-radius: 10%;
    width: 450px;
    height: 200px;

}

.materiasContenedor
{   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 5%;
}

.DatosAcademicos
{
    display: grid;
    grid-template-columns: auto;
    justify-content:center;
    text-align: center;
    width: 10;
    height: 30%;
    gap: 1%;
}

img {
    color: brown;
    background-image: -moz-radial-gradient();
    border-radius: 15%;
}

h2 p a {
    font-size: 1rem;
    font-weight: 10px;
    color: rgb(56, 194, 194);
}