
body{
      font-family: "Playpen Sans Hebrew", cursive !important;
      background-color: #161616 !important;
}

nav{
    font-size: 22px;
}

#hhedas{
    background-position: center;
    background-repeat: repeat;
    background-size: 405px;
    height: 400px;
    box-sizing: border-box;
    position: relative;
        user-select: none;
}


.logo{
    background-image: url('/assets/logo.png');
        background-size: contain;
    background-position: center center;
    height: 300px;
    background-repeat: no-repeat;
}

.about-section {
    background-color: #2b2b2b;
    color: #ffffff;
    padding: 30px;
    text-align: left;
    max-width: 700px;
    margin: 40px auto;
    border: 4px solid #837f7f;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}

.container {
  padding: 20px;
}

.about-title {
  color: #ffffff;
  font-size: 2em;
  display: flex;
  align-items: center;
}

.leaf-icon {
height: 52px;
    margin-left: 19px;
    transform: rotate(67deg);
    display: inline-block;
}

.divider {
    border: 0;
    height: 7px;
    background-color: #837f7f;
    margin: 10px 0 20px 0;
    width: 100%;
}

.about-text {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: justify;
}

.about-text a {
  color: #4CAF50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.about-text a:hover {
  color: #81C784;
}
