/* estilos para la seccion sobre mi */
.sobre-mi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenedor-sobre-mi p {
  color: white;
  text-align: justify;
  font-size: 1.2rem;
}

