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