body{
    background-color: antiquewhite;
    background-image: url(../img/slika3.jpg);
    background-size: 1900px;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-position: center;
}
h1{
    text-align: center;
    color: bisque;
}
p{
    color: white;
    font-size: 22px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}