@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');


header {;
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
        margin: 0.4rem;
}

body {
    background-color: rgb(0, 0, 0); 
    font-family: "Lato", sans-serif;
    text-align: center;
}

footer {
    background-color: rgb(0, 0, 0); 
    text-align: center; 
    padding-bottom: 3rem;
    padding-top: 3rem;
}

footer p { 
    color: rgb(255, 255, 255);
    font-size: 1rem;
}

h1 {
    color: rgb(255, 255, 255);
}

h2 {
    color: rgb(255, 255, 255);
}

h3 {
    color: rgb(255, 255, 255);
}

h4 {
    color: rgb(255, 255, 255);
}

p {
    color: rgb(255, 255, 255);
}

.materias {  
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem 2rem;
    width: 100vw;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 50px;
}

.materiashijo {
    margin: 0px;
    padding: 20px 20px;
    border: solid 0.1rem rgb(255, 255, 255);
    border-radius: 0.5rem;
}

.navbar { 
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1rem 2rem;
    width: 100vw;
    box-sizing: border-box;
}

.equipo { 
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

ul li { 
    color: rgb(255, 255, 255);
    list-style: none;
}

img {
    width: 30rem; 
    align-content: center;
    padding-top: 1rem;
}

section {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
}

:any-link {
    color: rgb(255, 255, 255);
    border-inline: 1px color(white);
    background: #000000;
}

a:hover {
    border-bottom: 1px solid;
    background: #ffffff;
    font-size: medium;
    font-color: rgb(0, 0, 0)
}

.datos {   
    display: flex;
    justify-content: space-evenly;
    align-items:top center;
    background-color: #3b3b3b;
}


