

body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  color: white;
  background-color: black;
  padding: 20px;
}

header h1 {
  color: black;
  text-align: center;
  margin-bottom: 5px;
}

section h2 {
  font-size: 1.8em;
  color: #2a2a2a;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

header h6 {
  text-align: center;
  color: #666;
  font-style: italic;
}

section {
  margin-bottom: 20px;
}

section p {
  color: #555;
  margin: 10px 0;
  line-height: 1.5;
}

article h3 {
  color: #4a4a4a;
  margin: 15px 0 8px;
}

article p {
  color: black;
  margin: 10px 0;
}

