html
{
    background-color: #d8cfca;
    width: 100%;
    height: 100%;
    font-family: Delius Swash Caps;
    font-size: 22px;
}

footer
{
    background-color: #c6bdb8;
    max-height: 15%;
    max-width: 100%;
    height: auto;
    width: auto;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 75%;
}

.bodyclasss
{
    height: 400%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactBody
{
    height: 90%;
}

.image-container 
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20%;
}

.panelimg 
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 6px solid #000;
    border-radius: 10px;
}

.margintop
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.langimagecontainer
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20%;
}

.langimg
{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 3px solid #000;
    border-radius: 10px;
}

.text
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot 
{
    padding: 20px;
    background-color: #c6bdb8;
}

.buttonPanel
{
    width: 100%;
    height: 40px;
    background-color:#b3aaa5;
    text-align: center;
    vertical-align: middle;
    display: flex;
    margin-top: 18px;
    border: 3px solid #b3aaa5;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: sticky; /* Ustawienie pozycji sticky */
    top: 10px; /* Odległość od góry */
    z-index: 1000; /* Z-index, aby był na wierzchu */
}

.button
{
    width: 24%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    background-color: #b3aaa5 ;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.informations 
{
    height: 40%;
    width: 70%;
}

.infomargin
{
    height: 40%;
    max-width: 15%;
    width: auto;
}

.informationText
{
    max-height: 40%;
    max-width: 60%;
    width: auto;
    height: auto;
}

@media screen and (min-width: 1080px)
{
    .informationText
    {
        width: 20%;
    }
}

.hello
{
    justify-content: center;
    align-items: center;
}
.smalltext
{
    font-size: 14px;
}

.cafelGroup 
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1079px)
{
    .cafelGroup
    {
        display: block;
    }
}

.singleCafel 
{
    justify-content: center;
    align-items: center;
    max-height: 348px;
    max-width: 228px;
    height: auto;
    width: auto;
    background-color: #b3aaa5;
    border: 3px solid #141414;
    border-radius: 10px;
    font-size: 18px;
}

.cafelImage 
{
    max-height: 190px;
    max-width: 150px;
    height: auto;
    width: auto;
    border: 3px solid #141414;
    margin: 0 auto 8px;
}

.cafelSpacing
{
    height: 130px;
    width: 100%;
}    

.cafel 
{
    flex: 1;
    max-width: calc(33.33% - 40px);
    min-width: 190px;
    max-height: 365px;
    background-color: #b3aaa5;
    border: 3px solid #141414;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.line
{
    height: 2px;
    background-color: black;
}

.opertext 
{
    font-size: 20px;
}

.contact
{
    width: 30%;
    height: 100%;
    background-color: #c3bab5;
    margin-left: 37.5%;
    margin-right: 37.5%;
    border: 3px solid  #c3bab5;
    border-radius: 10px;
    display: flex;
}

@media screen and (max-width: 1079px)
{
    .contact
    {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

.form 
{
    height: 60%;
    width: 45%;
    margin-top: 20%;
    margin-bottom: 20%;
    border: 3px solid  #000000;
    border-radius: 10px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    display: block;
}


.contactInfo
{
    height: 100%;
    width: 50%;
}

.lText
{
    font-size: 26px;
    font-weight: bold;
}

@media screen and (max-width: 1079px)
{
    .lText
    {
        font-size: 20px;
    }
}

.sText
{
    font-size: 24px;
}

@media screen and (max-width: 1079px)
{
    .sText
    {
        font-size: 13px;
        margin-right: 5%;
    }
}

.MText
{
    font-size: 34px;
}

@media screen and (max-width: 1079px)
{
    .mText
    {
        font-size: 20px;
    }
}

.mediaIcon
{
    max-width: 64px;
    max-height: 64px;
    width: auto;
    height: auto;
    
}

.nameInput
{
    width: 100px;
    height: 20px;
    font-size: 20px;
    font-family: Delius Swash Caps;
}

.mailInput
{
    width: 215px;
    height: 20px;
    font-size: 20px;
    font-family: Delius Swash Caps;
}

.telNumberInput
{
    width: 160px;
    height: 20px;
    font-size: 20px;
    font-family: Delius Swash Caps;
}

.sumbitButton
{
    width: 100px;
    height: 30px;
    font-size: 20px;
    font-family: Delius Swash Caps;
}