#foto, .foto-style{
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.foto-style {
  background: linear-gradient(135deg, var(--accent), var(--accent-soft));
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#resumen {
  max-width: fit-content;
}

#position {
  margin: auto auto 10px;
}

#about {
  min-width: 50%;
}

#knowledge {
  /* min-width: 50%; */
  align-items: center;
}

#skills {
  min-width: 100%;
}

#experience {
  min-width: 100%;
}