.container {
  width: 100%;
  margin: 0 auto;
}

h2 {
  text-align: center;
}

.content {
  padding: 20px;
}

.content p {
  text-indent: 24px;
  line-height: 24px;
  word-break: break-all;
}
.bold {
  font-style: italic;
  text-decoration: underline;
  font-weight: 700;
}
.title {
  font-weight: 600;
}
