.story-script-regular {
  font-family: "Story Script", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.caveat-fon {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#as{
  font-family: "caveat";
  color: #f0e0c0;
  font-size: 30px;
}
#asa{
  font-size: 30px;
  font-family: "caveat";
  color: #f0e0c0;

}
  body{
    background: #6e4023;
    background: linear-gradient(90deg, #6e4023 0%, #964f29 50%, #6e4023 100%);
  }
  .navbar {
    font-family: "caveat";
      font-size: 20px;
      display: flex;
      align-items: center;
      text-align: center;
      padding: 15px 50px;
      margin: -8px;
      background: #4A2B18;
      background: linear-gradient(180deg, rgba(74, 43, 24, 1) 0%, rgba(110, 64, 35, 1) 93%, rgba(110, 64, 35, 1) 100%);
      justify-content: space-between;
      text-decoration: none;
    }
    .logo{
      height: 70px;
    }
    .nav-left {
      font-weight: bold;
      
      color: #f0e0c0; /* kolor tekstu */
  }
  .nav-right {
    display: flex;
    gap: 40px; /* odstępy między linkami */
    padding-right: 50px;
  }
  
  .nav-right a {
    text-decoration: none;
    color: #f0e0c0;
  }
    a:visited {
      color: #c2c5aa;
    }
    footer{
        background: #4A2B18;
    background: linear-gradient(0deg, rgba(74, 43, 24, 1) 0%, rgba(110, 64, 35, 1) 93%, rgba(110, 64, 35, 1) 100%);
        color: #f0e0c0;
        width: 100%;
        padding-top: -10px;
        bottom: 0;
        padding-left: 2.4%;
        margin-left: -2%;
        padding-bottom: 1%;
        
        
      }
      .kontakt{
        padding-top: 1%;
        text-align: center;
        
      }
      .odkryj{
        color: #F2D3B9;
        font-family: Story Script;
        font-size: 200%;
    float: left;
    padding-left: 11%;
      }
      .l1{
        color: #F2D3B9;
        padding-top: 2%;
        margin-left: -2%;
        width: 35%;
        float: left;
      }
      
      .l2{
        
        padding-top: 2%;
        
        width: 35%;
        float: right;
      }
      .opis-lewo{
        font-size: 123%;
        color:#F2D3B9;
        border-radius: 8% 0% 0% 8%;
        background: #4A2B18;
        background: linear-gradient(90deg, #4A2B18 0%, #692912 70%, #692912 100%);
        padding-top: 1%;
        padding-left: 8%;
        padding-right: 2%;
        padding-bottom: 1%;
margin-top: 2%;
        float: left;
        width: 40%;
      }
      .opis-prawo{
        font-size: 180%;
        color:#F2D3B9;
        border-radius: 0% 8% 8% 0%;
        background: #4A2B18;
        background: linear-gradient(90deg, #692912 0%, #692912 0%, #4A2B18 100%);
        padding-top: 1%;
        padding-left: 8%;
        padding-right: 2%;
        padding-bottom: 30.6%;
margin-top: 2%;
        float: left;
        width: 40%;
      }
      .ziuta{
        text-align: center;
      }
      .ziut,.ziuta{
        font-family: "caveat";
        font-weight: bold;
        font-size: 30px;
      }
      .omnie{
        width: 100px;
        height: 100px;
      }