p {
  font-size: 15px;
  color: #999999;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 10px;
}
h1 {
  color: #222222;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
}
h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
}
#container {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}

.title-section.white {
  text-align: center;
  color: #333; /* צבע כהה, נעים לקריאה */
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'David Libre', serif; /* או כל פונט אלגנטי אחר */
}

.title-section.white h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
  letter-spacing: 1px;
}

.title-section.white p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

h2 a {
  font-size: 36px; /* או כל גודל שמתאים */
  font-weight: 700;
  color: #333; /* אם תרצה גם צבע */
  text-decoration: none;
}
