body{
    background-color: beige;
    background-image: url(slika.png);
    background-repeat: repeat;
    background-attachment: fixed;
    color: palevioletred;
}