/* Dodatkowy styl na dostosowanie czcionki do wymagań */
body{
    background: #000000 url("./img/bg_mobile.webp") no-repeat center top fixed;
    background-size: cover;
    font-family: "Nippo", sans-serif;
    line-height: 1.35em;
    @media (min-width: 640px) {
        background-image: url("./img/bg.webp");
    }
}
.container{
    max-width: 1140px !important;
}
.time {
    font-size: 104px;
    font-weight: 500;
    line-height: 1.1em;
    @media (min-width: 640px) {
        font-size: 120px;
        line-height: 1.35em;
    }
}
.text-bg{
    color: #c7f234;
    background: linear-gradient(180deg, #E5E029 18.75%, #1D9C38 111.65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.labels {
    font-size: 24px;
    font-weight: 500;
    color: white;
    line-height: 1.1em;
    -webkit-text-fill-color: white;
    @media (min-width: 640px) {
        font-size: 32px;
        line-height: 1.35em;
    }
}