body {
            font-family: 'Roboto', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f4;
            color: #333;
        }
        .container {
            width: 80%;
            margin: auto;
            background: white;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            border-radius: 10px;
            margin-top: 20px;
            margin-bottom: 0px;
        }
        .carousel-item img {
            border-radius: 10px;
        }
        h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
        }
        p {
            font-size: 1.2em;
            
        }
        .description {
            margin-top: 30px;
            text-align: center;
        }
        .opis {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }
        .opis .float-container,
        .opis .float-child {
            width: 48%;
        }
        .material-symbols-outlined {
            vertical-align: middle;
            margin-right: 5px;
            font-size: 1.5em;
        }
        .opis p,
        .informacje p,
        .warto_wiedziec p {
            margin: 10px 0;
        }
        .informacje, .warto_wiedziec, .Opinie {
            margin-top: 30px;
        }
        footer {
            background: #333;
            color: white;
            text-align: center;
            padding: 10px 0;
            position: fixed;
            width: 100%;
            bottom: 0;
        }
        header {
            background: #333;
            color: white;
            padding: 10px 0;
            text-align: center;
        }
        header h2 {
            margin: 0;
        }
        .elegy{
            margin-left: 5%;
            padding-right: 5%;
               }
        .drift
                {               
            font-size: 1.2px;
                }        

.booking-button, .contact-button  {
            display: inline-block;
            padding: 10px 20px;
            margin-top: 20px;
            font-size: 18px;
            color: #fff;
            background-color: #333;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .booking-button:hover {
            background-color: #1D1D1D;
        }
        #booking-button-container {
            text-align: center;
            margin: 20px 0;
        }
