.prvastr{
    background-image: url('../pattern.jpg');
    background-repeat: repeat;
    background-size: 20%;
}

.prvip {
    font-family: 'Courier New', Courier, monospace;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    color: rgb(0, 0, 142);
    text-align: left;
}

.drugip {
    text-decoration: underline;
    text-transform: capitalize;
    text-indent: 50px;
    letter-spacing: 3px;
    word-spacing: 10px;
    line-height: 1.4;
}

.trecip {
    font-variant: small-caps;
    text-transform: capitalize;
    text-align: center;
    line-height: normal;
    color: black;
    font-weight: bold;
}

h1 {
    color: blue;
    font-size: xx-large;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-decoration: underline;
}

h2 {
    color: lightseagreen;
    font-size: larger;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.pjedan {
    color: lightgreen;
    font-weight: 200;
    text-indent: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

p a {color: red;}
p a:hover {color: black;}
a:active {color: blue;}

p:nth-child(odd) {font-style: italic; color: blue;}

.drugastr{
    background-image: url(../zacover.jpg);
    background-size: cover;
}