body {
    background: white;
  }

.center{
  text-align:center;
  margin-left:auto; 
  margin-right:auto;
}
  
  .greenFrame  /* styl - zielona obwoluta/ramka pozyczona z aktualnej strony */
  {
  border: 2px solid #064D3A;
  padding:15px; 
  background:#ffffff;
  width:90%;
  border-radius:15px;
  margin: 0 auto;
  max-width: 1000px;
  }
  
  .content{
    font-size: large;
  }
  
  .logo_txt {
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
  }
  
  /* css logo awicam u gory strony */
  .logo_img {
    display: block;
    padding:15px; 
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 50%;
    height: auto;
  }
  
  .img {
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
    width: 100%;
    height: auto;
    border-radius:15px;
  }
  
  .divTitle {
    text-align: center;
  }
  
  * {box-sizing:border-box}
  
  #backToTopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #064D3A;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #backToTopButton:hover {
    background-color: #555;
  }
  
  .moreButton {
    display: block;
    /*position: fixed;
    z-index: 99; */
    bottom: 20px;
    right: 30px;
    width: auto;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #064D3A;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
  }
  .paddingAroundMoreButton{
    padding: 16px;
  }
  

  .lined{
    display:inline-block;
    padding: 2px;
    align-content: center;
  }
  .langImg{
    border: 1px solid #555;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  
  ul {
    list-style-type: none;
    text-align: center;
  }
  
  hr.lineGreen {
    border: 2px solid black;
    border-radius: 4px;
  }
  #footer{
    font-size: small;
  }
  