@font-face {
    font-family: 'Nickainley';
    src: url(fonts/Nickainley.ttf);
}

html
{
    background-color: #FFB2D0;
    font-family:  'Nickainley';
    font-size: 30px;
}

body
{
    height: 200%;
}

.buttonPanel
{
    width: 81%;
    height: 45px;
    background-color:#b8547b;
    text-align: center;
    vertical-align: middle;
    display: flex;
    margin-top: 18px;
    border: 3px solid #b8547b;
    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: #b8547b ;
    cursor: pointer;
    color: black;
    text-decoration: none;
}

.panel
{
    max-width: 80%;
    max-height: 90%;
    width: auto;
    height: auto;
    border: 6px solid #ffffff;
    border-radius: 10px;
    background-color: #faddf3;
}

.panelImage
{
    width: 100%;
    height: 100%;
}

.mainSection
{
    background-color: white;
    width: 81%;
    height: 100%;
    border: 6px solid #ffffff;
    border-radius: 10px;
}

.deafultText
{
    font-size: 1.5vmax;
}

.textSection
{
    max-width: 60%;
    width: auto;
    height: 40%;
}

.cText
{
    font-size: 50px;
    font-style: italic;
}

.deafultImage
{
    height: auto;
    width: 80%;
    border: 6px solid #000000;
    border-radius: 5px;
}

.beforeAndAfterImage
{
    height: 40%;
    width: 40%;
    border: 4px solid black;
    border-radius: 10px;
    margin: 2%;
}

.beforeAndAfter
{
    height: 10%;
    width: 100%;
    display:flex;

    border-top: 1px solid black;
    border-bottom: 1px solid black;

    border-radius: 0px;
}

.beforeAndAfterSpace
{
    width: 16%;
    height: 100%;
}

.prices
{
    width: 90%;
    height: 10%;

    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.opinion
{
    width: 70%;
    height: 10%;
    display: flex;

    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.opinionText
{
    width: 80%;
    height: 5%;
}

.opinionSection
{
    width: 30%;
    height: 100%;
    
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.opinionAvatar
{
    width: 100%;
    height: 10%;
}

footer
{
    background-color: #f59abe;
    max-height: 15%;
    max-width: 100%;
    height: auto;
    width: auto;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50%;
    margin-bottom: -5%;
}

.foot 
{
    padding: 20px;
    background-color: #f59abe;
}

.titlebutton
{
    font-size: medium;
}

.contactinfo
{
    display:flex;
    
}

.smallimg
{
    width: 4%;
    height: auto;
    margin-bottom:2%;
}

.smallspace
{
    width: 2%;
    height: 100%;
}
.context
{
    font-size: larger;
}

.stepcaffelgroup
{
    width: 100%;
    height: 10%;
    display: flex;
}

.stepcaffel
{
    width: 25%;
    height: 25%;
    border: 10px;
}

.stepspace
{
    width: 12.5%;
    height: 100%;
}
.stepspace2
{
    width: 18.75%;
    height: 100%;
}

.steptext
{
    font-size: 5ch;
}
.stepimg
{
    width: 100%;
    height: auto;
}