.naslov {
	text-align:center;
	font-size:22px;
	color:lightgreen;
}
.podnaslov {
	text-decoration:underline;
	font-size:150%;
	font-family:sans-serif;
	text-transform:uppercase;
	color:rgb(190,95,152);
}
.poglavlje_1-2 {
	font-family:sans-serif;
	color:yellow;
}
.poglavlje_2 {
	font-family:roboto;
}

#poglavlje_3 {
	background-color:rgb(152,95,152);
	color: rgb(0,95, 152);
	text-decoration:italic;
	font-family:roboto;
}


body {
	background-color:blue;
}

footer {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-top:300px;
}

img {
	width:30vw;
	height:40vh;
}

.poveznica {
	color:green;
}

.poglavlja {
    display:inline-flex;
	flex-direction:column;
    justify-content:center;
    align-items:center;
	width:60%;
}

.slika_div{
	display:flex;
    justify-content:center;
    align-items:center;
}