.contenedor {
  display: flex;
  justify-content: center;
}

.texto {
  max-width: 40%;
  padding: 20px;
  margin: 20px;
}
