body{
}
  background-image: url(img/background.jpg);
.obraz{
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.obraz img{
    width: 100%;
    height: 250px;
    padding: 1%;
    margin-top: 1%;
}
.filtry{
    width:95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

.przedmioty{
    width:90%;
    margin-left: auto;
    margin-right: auto;
}

.out_slider{
    text-align: center;
    width:100%;
    border: 0;
    padding: 1%;
}

.przedmiot{
    display: inline-block;
    width:31%;
    text-align: center;
    min-height: 400px;
    padding: 1%;
    margin: 1%;
    border: 1px solid black;
    background-image: url(img/item_background.jpg);
}

.p_tytul{
    border-bottom: 1px solid gray;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 2%;
}

.przedmiot img{
    width: 100%;
    height: 280px;
}

.uwzglednienie{
    text-align: center;
    font-size: 15px;
    display: inline-block;
}
.check_style{
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}
.parametr{
    text-align: center;
    margin: 0 auto;
    width: 70%;
}
.nazwa_wartosc{
    text-align: center;
    margin: 0 auto;
    width: 33%;
    border: 0px solid black;
    display: inline-block;
}
.tytul{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.nazwa_wartosc  img{
    height: 250px;
    width:100%;
}
.o_programie{
    text-align: right;
    width:100%;
    font-size: 30px;
}

