* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#zarezerwuj {
    background-color: white;
    height: 100vh;
}

.navigation-elements-rezerwacja {
    position: sticky;
    top: 0;
    z-index: 1200;
}
  


  .navigation-list-rezerwacja {
    background-color:white;
    height: 75px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: center;
    list-style: none;
    cursor: pointer;
  }

  .navigation-list-rezerwacja li {
    display: inline-block;
    margin: 0 auto;
    font-size: 15px;
    justify-content: center;
  }

  .navigation-list-rezerwacja li a {
    text-decoration: none;
    color: inherit;
  }


.zarezerwuj-text {
    display: flex;
    align-items:center;
    justify-content: center;
    margin-top: 100px;
    font-size: 20px;
}


.zarezerwuj-pobyt {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
}


iframe {
     margin-top: 150px;  
}

.footer-container {
    margin-bottom: 50px;
}

@media (max-width: 450px) {
    .navigation-elements-rezerwacja {
        display: none;
    }
    .zarezerwuj-text {
        text-align: center;
        margin-top: 150px;
        font-size: 18px;
        line-height: 2em;
    }
    iframe {
        margin-top: 100px;  
   }
    
  }