body{
    background-color: bisque;
    background-image: url(../img/pozadina.jfif);
    background-repeat: repeat;
    width: 300PX;

}
p{
    color: blue;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
}
#main_heading{
    color: brown;
    font-size: 50px;
}
