p {
  text-align: justify;
  text-justify: inter-word;
}

.title {
  padding-top: 40px;
  padding-bottom: 40px;
}

.jumbotron {
  margin-bottom: 0px;
}

.content {
  margin-bottom: 100px;
}

.centralizado {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.tamanho {
  max-width: 700px;
  max-height: 700px;
}