body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: montserrat,sans-serif;
    font-size: 16.8px;
    line-height: 1.6;
}

main {
    flex: 1;
    margin-top: 15px;
}


footer {
    background-color: #f2f2f2;
    color: rgb(41, 35, 35);
    background-color: #f6dcec;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    /* position: fixed;
    bottom: 0; */
    width: 100%;
}

a {
    text-decoration: none;
    color: rgb(216, 126, 177);
}

.footer-pp {
    font-weight: 100;
    font-size: small;
    text-decoration: none;
}

.nav-item:hover a {
    text-decoration: none;
    color: rgb(216, 126, 177);
}

.data-art {
    color: black;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: center;
}

.entry-title {
    margin-bottom: 15px;
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
}

.container-gradient-txt {
    display: flex;
}

.gradient-text {
    background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

.my-article {
    max-width: 1000px;
    /* maksymalna szerokość artykułu */
    margin: 0 auto;
    /* centrowanie artykułu */
    padding: 1rem;
    /* wewnętrzny odstęp artykułu */
}

/* Dla urządzeń o szerokości mniejszej niż 576 pikseli */
@media (max-width: 575.98px) {
    .my-article img {
        max-width: 100%;
        border-radius: 10px;
        margin: 20px auto;
        display: block;
        justify-content: center;
    }
}

/* Dla urządzeń o szerokości większej niż 576 pikseli */
@media (min-width: 576px) {
    .my-article img {
        max-width: 75%;
        border-radius: 10px;
        margin: 20px auto;
        display: block;
        justify-content: center;
    }
}


.custom-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 0 15px;
    text-align: center;
}

.custom-container {
    max-width: 600px;
    margin: 30px auto;
    padding: 20px;
    background-color: #f6dcec;
    border-radius: 10px;
    text-align: center;
}

.custom-container p {
    margin-bottom: 15px;
}

.custom-container a {
    color: #0099cc;
}

.kontakt {
    margin-top: 20px
}

/* .no-underline {
    text-decoration: none;
    color: black;
} */

iframe {
    border: 1px solid rgb(75, 75, 75);
    margin:  20px auto;
  }