body {
    background-image: url(/resources/images/graphic/black.jpg);

}

body:after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.86);
}

.contrastDark {
    position: relative;
    z-index: 9999;
}


.header-white,
.tab-white,
.footer-white {
    background-color: #313131 !important;
}


#zegar,
.abovefooter,
.title,
.crossSearch {
    color: #ffffff;
}

.footer-img img {
    background-color: #fff;
    padding: 10px;
}