body{
    background-color: rgb(231, 95, 95);
}
h1{
    text-align: center;
    background-color: rgb(237, 155, 155);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
color: rgb(226, 82, 82);
}
h4{
    text-align: center;
    color: rgb(128, 26, 26);
    font-size: large;
}
p:first-of-type{
    color: rgb(64, 6, 6);
    
}
p:nth-child(2n){
    color: rgb(161, 2, 2);
}
.prvi{
    font-style: italic;
    line-height: 1.4;
    word-spacing: 5px;
}
.drugi{
text-indent: 40px;
letter-spacing: 3px;
}
.treci{
font-weight: bold;
}

p:last-of-type{
    font-size: large;
}
.bitno{
    color: rgb(106, 30, 30);
    font-weight: bold;
}

