body{
    background-color: aliceblue;
    background-image: url(../img/pozadina1.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
}