body {
  background-color: #1e1e1e;
  color: #f0f0f0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.content > div {
  max-width: 900px;
  margin: 160px auto;
  padding: 0 20px;
}

.content h1 {
  font-size: 32px;
  color: #ff6b1a;
  margin-bottom: 20px;
}

.content h2 {
  font-size: 24px;
  color: #ffa95e;
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ffa95e;
  padding-bottom: 5px;
}

.content p {
  margin-bottom: 16px;
  font-size: 16px;
}

.content ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.content li {
  margin-bottom: 8px;
}

a {
  color: #ff6b1a;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Optional: добавить стили для списков и сильных акцентов */
strong {
  color: #ffffff;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .content h1 {
    font-size: 26px;
  }

  .content h2 {
    font-size: 20px;
  }
}
