@charset "utf-8";

{
	Box-sizing: border-box;
}

/*GENERAL*/

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    color: hsl(0 0% 30%);
    background-color: rgb(214, 249, 255);
  }

h1,
h2,
h3,
h4 {
  color: hsl(325, 100%, 51%);
  line-height: 1.1;
   text-wrap: balance;
}

img {
    max-width: 100%;
  }

a {
    text-decoration: none;
    font-weight: bold;
  }

ul,
ol {
  list-style: none;
  padding: 0;
}

header, 
footer {
  background-color: rgb(12, 12, 58);
  padding: 2rem;
}

main {
    color: white;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    margin: 5rem;
    flex-direction: column;
}

footer{
    display: block;
    unicode-bidi: isolate;
    background-color:  rgb(12, 12, 58);
    color: white;
  }

/*HEADER*/
  .contenedora {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  
  
  header nav ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: auto;
    color: white;
    justify-content: flex-end
  }
  
  /*los links se seguian viendo en azul aunque este arriba???*/
  header nav ul a {
    text-decoration: none;
    color: white;
  }
  
  header nav a {
    color: hsl(0, 0%, 100%);
    background-color: hsl(325, 100%, 51%);
    display: block;
    width: 5em;
    padding-block: 0.25em .5em;
    border-radius: 100vw;
    text-align: center;
  }
  
  #logo{
    width: 20%;
  }

/*MAIN*/

.datospersonales h1 {
  text-align: center;
}

.contenedora{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*????*/
.matildasternberg img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: solid 5px hsl(325, 100%, 51%);
  border-radius: 1rem;
}

.datos{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    color: hsl(325, 100%, 51%);
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
    border: solid;
}

.pantallas {
  margin: 2rem;
  text-align: center;
}

.analisis{
  margin: 2rem;
  text-align: center;
}

.migrupo{
  margin: 2rem;
  text-align: center;
  align-items: center;
}

.grupo article a{ 
  text-align: ;
  display: block;
  background-color: white;
  color: hsl(325, 100%, 51%);
  border-radius: 1rem;
  border: solid;
  padding: .5rem;
  margin:1rem;
}

.datosacademicos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
    margin: 2rem;
    color: hsl(325, 100%, 51%);
    background-color: white;
    border-radius: 1rem;
    border: solid;
}



