
* {
    font-family: 'Montserrat', sans-serif; 
}


h1 {
    color: #17ada6;
    font-size: 26px;
}

h2 {
    color: dimgray;
    font-size: 18px;
}

h3 {
    color: dimgray;
     font-size: 18px;
}



img {
    margin-left: 2em;
}


header nav ul {
    box-sizing: border-box;
    margin: 1em;
    padding: 1em;
    background-color: wheat;
    display: flex;
    flex-direction:row;
    justify-content:space-around;
    text-align: center;
    list-style: none;
    align-content: center;
        box-shadow: 1px 1px 1.5px #000;

}


article {
    color: dimgray;

    box-sizing: border-box;
    font-size: 
        }

#estudiantes {
    color: dimgray;
    margin-top: 3em;
    box-sizing: border-box;
    font-size: 13px;
}


#datos {
    font-size: 12px;
    color: dimgray;
    margin-top: -0.4em
}

#docente1 {
     font-size: 13px;
    font-weight: 500;
    color: dimgray;
    margin-top: -0.4em
}

#docente2 {
    font-size: 13px;
    font-weight: 500;
    color: dimgray;
    margin-bottom: 2em;

}


.objetivo {
    font-style: italic;
    font-weight: 600;
}


main {
    margin: 1em;
    padding: 1em;
    box-sizing: border-box;
}


footer {
    color: #17ada6;
    font-weight: 500;
    margin: 1.5em;
    padding: 1em;
    background-color: wheat;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;    
}


a {
    color: #17ada6;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}


a:hover {
    text-decoration: underline;
}
