#star_1{
    width:50px;
    transform: skew(20deg, 10deg);
    top:25px;
    left:30px;
}
.starItem{
    position: fixed;
    opacity: 0.4;
}

.starItemStill{
    position: fixed;
    opacity: 0.4;
}


#star_2{
    width:50px;
    transform: skew(-20deg, 10deg);
    top:40px;
    right:30px;
}

#star_3{
    width:100px;
    top:100px;
    right:200px;
}

#star_4{
    width:30px;
    bottom:100px;
    left:100px;
}


#star_5{
    width:50px;
    bottom:300px;
    left:200px;
}
#star_6 {
    width: 43px;
    top: 326px;
    left: 57px;
    transform: rotate(-90deg);
}

#star_7 {
    width: 20px;
    top: 20px;
    left: 300px;
    transform: rotate(10deg);
}

#star_8 {
    width: 10px;
    top: 20px;
    left: 300px;
    transform: rotate(10deg);
}