.article-content {
  font-size: 16px;
  line-height: 1.8;
}
.article-content h2 {
  color: #27ae60;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.article-content p {
  margin-bottom: 1.5rem;
}
.article-content ul, .article-content ol {
  margin-bottom: 1.5rem;
}
.hover-related {
  transition: transform 0.3s ease;
}
.hover-related:hover {
  transform: translateX(10px);
}