#prezentare {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 10px; /* redus de la 30px 15px */
}

.sectiune {
  padding-bottom: 6px;
}

#prezentare h1{
  margin-bottom: 10px;
}

.sectiune h2 {
  font-size: 1.1em; /* redus de la 1.3em */
  margin-top: 10px;
}

.continut {
  font-size: 0.9em; /* puțin mai mic */
  line-height: 1.3;  /* mai strâns */
  color: #444;
  white-space: pre-line;
  margin: 0;
  text-align: justify;
}
