@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,600&display=swap');

/* Estilo general */
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 20px;
  background-color: #FFB13B;
  color: #17080d;
}

img{
width: 40%;
display: block;
height: auto;
margin: auto;
border: 3px solid #FFB13B;
}

/* Encabezado */
header {
  text-align: center;
  margin-bottom: 30px;
}

h4{
font-size: 2.5rem;
margin-bottom: 10px;
color: #1d199f;
}

.bio {
  max-width: 600px;
  margin: auto;
  font-style: italic;
  line-height: 1.5;
}



