body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

h2 {
  color: #1b7f3d;
  margin-bottom: 15px;
  font-size: 1.8em;
}

p {
  margin-bottom: 15px;
  text-align: justify;
  overflow-wrap: anywhere;
}

ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

a {
  color: #1b7f3d;
}

