* {box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    list-style: none;
}

html{
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


nav{
    background-color: black;
    padding: 20px;
    padding-left: 5px;

}


li{
  display: list-item;
  text-align: center;
}

main {

    align-items: center;
    flex-wrap: wrap;

}

.rotulo{

display: flex;
flex-direction: column;
align-items: center;
margin-left: : 4rem;
}

img{

  border-radius: 2rem;
}
.foto{

width: 150px;
height: 150;

}

.materias-aprobadas{
  align-items: center;
  text-align: center;
  margin-top: 0.5rem;
  align-items: center;
  flex-direction: column;
}

h3{
  text-align: center;
}

footer{
padding: 20px;
  display: flex;
flex-direction: row;
background-color: black;
color: white;
font-size: 12px;
text-align: center;

}

footer p{
  text-align: center;
  padding: 10px;
}
