.topbar{
    text-align: center;
    background-color: rgb(48, 48, 48);
    color: white;
}
.itempulpit img{
    width: 55%;
    left: 20px;
    position: absolute;
}
.itempulpit{
    color: white;
    background-color: rgba(233, 84, 32, 0.1);
    width: 100px;
    height: 100px;
    position: absolute;
}
.itempulpit p{
    position: absolute;
    top: 50%;
}
#kolejnosc2{
    top: 15%;
    height: 150px;
}
#kolejnosc2 p{
    top: 35%;
}
#kolejnosc3{
    top: 31%;
    height: 100px;
}
#kolejnosc3 img{
    width: 65%;
    left: 10px;
}