body {
  margin: 0;
  font-family: Heebo, sans-serif;
}

/* באנר עם הלוגו */
.banner {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  text-decoration: none;
}

.banner img {
  height: 80px;
  transition: transform 0.3s ease;
}

.banner:hover img {
  transform: scale(1.05);
}

/* תוכן הדף */
.content {
  padding: 100px 20px 20px 20px;
  direction: rtl;
}
