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

.sectionTitle {
  text-align: center;
}

.orderedList {
  margin-left: -1.3em;
}

.unorderedList {
  margin-left: -1.3em;
}

.bold {
  font-weight: bold;
}

.flex {
  display: flex;
}

.margin-bottom {
  margin-bottom: 5px;
}

.color-red {
  color: #db3131;
}

::placeholder {
  color: green;
  font-style: italic;
}

.break-word-contents {
  word-break: break-word;
  display: contents;
}

.font-weight-400 {
  font-weight: 400;
}
