.wikithesis-container {
  font-family: var(--font-hebrew);
  max-width: 1100px;
  margin: 40px auto;
  padding: 30px;
  border-radius: 12px;
  line-height: 1.8;
  color: #333;
  font-size:25px;
  margin-top:-40px;
}


.wikithesis-container h2 {
  text-align: center;
  color: #9A14B0;
  font-size: 60px;
  margin-bottom: 50px;
}

.wikithesis-short {
  background-color: #eeeeee;
  border-right: 5px solid #9A14B0;
  padding: 15px 20px;
  margin-top: 40px;
  font-weight: bold;
}

.wikithesis-container p {
  margin-bottom: 1.2em;
}

.lang-en .wikithesis-container {
  direction: ltr !important;
  text-align: left !important;
}