html, body {
    width: 100%;
    height: 100%;
}

body {
    background-image: url("../images/bg-page.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#bg-promo {
    background-image: url("../images/bg-promo-text-2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#bg-counter {
    background-image: url("../images/bg-counter.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#bg-promo-2 {
    background-image: url("../images/bg-promo-text-1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: -2%;
    margin-bottom: -2%;
}

#text-counter {
    font-weight: bold;
    font-size: 4em;
    padding-left: 3%;
    color: #1b1e21;
}

#promo-text-1 {
    margin-left: 5%;
}

#btn-print {
    bottom: 16%;
}