body {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  background-color: #fff;
  color: #333;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

.title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

.subtitle.small {
  font-size: 14px;
}

.normal {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: justify;
}

.red {
  color: #E23926;
}

.underline {
  text-decoration: underline;
}
