
body {
  font-family: Arial, sans-serif;
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}

h1 {
  color: #333;
  margin-bottom: 20px;
}

h2 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 20px;
}

section {
  margin-bottom: 40px;
}

ol {
  margin-left: 20px;
}
