/* works for tehillem page*/
body, html {
    background-color: var(--page-bg);
    margin: 0;
    padding: 0;
    height: 90vh;
    font-family: Arial, sans-serif;
  }
  .header {
              position: sticky;
              top: 0;
              
              background-color:var(--primary) ;
              color: var(--primary-text);
              display: flex;
              justify-content: center;
              align-items: center;
              padding: 20px;
              font-size: 2em;
              gap: 20px;
              flex-wrap: wrap;
                    }
  
          @media only screen and (max-width: 800px) {
              .header {
                  font-size: 1.5em;
              }
          }
  
          @media only screen and (max-width: 500px) {
              .header {
                  font-size: 1em;
              }
          }
   #bold{
      text-align: center;
      font-weight: 700;
      font-size: 24px;
  }

  .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; /* Keeps the container in a fixed position */
    top: initial; /* Keeps the container in its natural vertical position */
    left: 50%; /* Center horizontally in the viewport */
    transform: translateX(-50%); /* Adjust only horizontally */
    text-align: center;
    font-size: 20px;
    //margin-top: 20px; /* Adds 20px margin to the top */
  }
  
  

  
  .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 60vh;
    overflow-y: auto;
  }
  
  .menu-item {
    margin-bottom: 10px;
    cursor: pointer;
  }
  
  .menu-item a {
    display: block;
    text-decoration: none;
    color: var(--text-strong);
    padding: 5px;
  } 
  

  

 
@media (max-width: 800px) {
     .menu {
      max-height: 50vh;
  overflow-y:auto;
    }
  }
  
  @media (max-width: 600px) {
     .menu {
      max-height: 48vh;
    }
  }
  
  @media (max-width: 400px) {
   .menu {
      max-height: 46vh;
  
    }
  }
  @media (max-width: 350px) {
     .menu {
      max-height: 42vh;
  
    }
  }
  @media (max-height: 500px) {
    .menu {
      max-height: 42vh;
  
    }
  }
  
 #openNav {
  position: fixed;
  top: 10px;
  left: 10px;
  margin: 10px;
  font-size: 24px;
  color: var(--nav-color);
}
.container{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
body,html{
background-color: var(--page-bg-alt);
}

#up-to,#bold{
  font-weight: 700;
  
  font-size: 1.5em;

  text-align: center;
}
.space{padding-bottom: 150px ; }

  
    .menu{
        
        width:500px;
       // background-color: var(--border);
       background: var(--surface);
       //max-height: 60vh;
     
    }
    @media(min-width:500px) {

}
