.topbar{
    text-align: center;
    background-color: #1d1d1d;
    color: white;
}
.itempulpit img{
    width: 55%;
    left: 20px;
    position: absolute;
}
.itempulpit{
    color: white;
    background-color: rgba(233, 84, 32, 0.02);
    width: 100px;
    height: 100px;
    position: absolute;
    transition: 0.5s;
    cursor: url('img/link.png'), pointer;
}
.itempulpit:hover{
    background-color: rgba(233, 84, 32, 0.5);
}
.itempulpit p{
    position: absolute;
    top: 50%;
    text-align: center;
    cursor: url('img/link.png'), pointer;
}
#kolejnosc2{
    top: 150px;
    height: 150px;
}
#kolejnosc2 p{
    top: 35%;
}
#kolejnosc3{
    top: 310px;
    height: 100px;
}
#kolejnosc3 img{
    width: 65%;
    left: 10px;
}
#kolejnosc4{
    top: 430px;
    height: 80px;
}
#kolejnosc4 p{
    top: 65%;
    text-align: center;
}
#kolejnosc5{
    top: 520px;
    height: 80px;
    text-align: center;
}
#kolejnosc6{
    top: 620px;
    height: 80px;
    text-align: center;
}
#kolejnosc1a{
    left: 93%;
}
#kolejnosc2a{
    left: 93%;
    top: 150px
}
.tapetaset img{
    width: 20%;
    border-radius: 5px;
}
.tapetaset{
    width: 900px;
    height: 300px;
    position: absolute;
    top: 300px;
    left: 15%;
    background-color: white;
    border-radius: 5px;
}
.folder{
    width: 900px;
    height: 300px;
    position: absolute;
    top: 300px;
    left: 15%;
    background-color: white;
    border-radius: 5px;
}
.ikonafolder{
    width: 10%;
    text-align: center;
    transition: 0.5s;
    border-radius: 3px;
}
.ikonafolder:hover{
    background-color: #E95420;
}
body{
    font-family: 'Ubuntu', sans-serif;
}
.opcjeTopbar{
    /*background-color: seashell;*/
    background-color: #1d1d1d;
    color: seashell;
    width: 225px;
    position: absolute;
    right: 13px;
    height: 125px;
    z-index: 100;
    border-radius: 10px;
}
body {
    cursor: url('img/normal.png'), auto;
  }