body {
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}

h2 {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 30px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin-bottom: 15px;
}

.title-page {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
}

.title-page h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.title-page h2 {
  font-size: 20px;
  font-weight: normal;
  border: none;
  margin-top: 0;
}

.executive-summary {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.footer {
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
