.textCenter {
  text-align: center;
}

.textBold {
  font-weight: bold;
}

.introductionContainer {
  white-space: pre-line;
  text-align: justify;
  text-justify: inter-word;
}

.indent {
  margin-left: 30px;
}

.marginBtm {
  margin-bottom: -15px;
}

.marginTop {
  margin-top: 5px;
}

.indentMarginBtm {
  margin-bottom: -15px;
  margin-left: 30px;
}
