h1{ font-size: 22px;
    text-align:center;
    color: lightgreen;}
h2{text-decoration: underline;
    font-size: 120%;
    font-family: serif;
    text-transform: uppercase;
    color: rgb(50,40,25);}

.poglavlje {
    background-color: yellow;
    font-family: sans-serif;
}
#treci{
    background-color: rgb(40,25,40);
    color: rgb(0,25,40);
    font-style: italic;
    font-family: serif;
    padding: 10px;
}
.p{
	color: blue;
}
img{width:30vw;
height:30vh;}