*{
    margin: 0;padding: 0;box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.nav-bar {
    display: flex;
    position: fixed;
    top: 0;
    justify-content: space-between;
    background-color:rgb(6, 34, 43); 
    align-items: center;
    padding: 1rem 2rem;
    width: 100vw; 
}

body {
    background-color:rgb(4, 9, 27); 
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: aliceblue;
}

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

footer p { 
    color: rgb(192, 188, 188);
    font-size: 1rem;
    margin-top: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

footer h4 {
    margin-top: 1rem;
}

h1 {
    font-size: 4rem;
}

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

.materias2 {
    background-color: #0d4757;
    margin: 0px;
    padding: 20px 20px;
    border-radius: 0.5rem;
}

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

.equipo { 
    height: 5rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 6rem;
}

ul li { 
    list-style: none;
}

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

:any-link {
    color:aliceblue;
    text-decoration: none;
}

a:hover {
    font-size: medium;
}

.datos {   
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-evenly;
    align-items:top center;
    background-color: #20615c;
}

img {
    width: 20rem;
    border-radius: 20%;
    border: solid 0.1rem aliceblue
}
.Natasha {
    width: 10rem;
}
.Ignacio {
    width: 10rem;
}
.Rosario {
    width: 10rem;
}
.Camila {
    width: 10rem;
}
.datos1 {
    padding-top: 1rem;
}
main {
    margin-top: 5rem;
}
