.naslov {
	text-align:center;
	font-size:22px;
	color:lightgreen;
  text-shadow:green 19px 19px;
}
.podnaslov {
	text-decoration:underline;
	font-size:150%;
	font-family:sans-serif;
	text-transform:uppercase;
	color:rgb(19, 57, 190);
  text-shadow:rgb(19, 57, 190) -15px -15px;
}
.poglavlje_1-2 {
	font-family:sans-serif;
	color:yellow;
}
.poglavlje_2 {
	font-family:roboto;
}

#poglavlje_3 {
	background-color:rgb(57, 190, 57);
	color: rgb(0,190, 57);
	text-decoration:italic;
	font-family:sans-serif;
}


body {
	background:linear-gradient(rgb(19,0,190),rgb(190,190,190));
}

footer {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-top:300px;
}

img {
	width:30vw;
	height:40vh;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(255, 255, 0, 0.7);
}

.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;
}

.slikaApsolutno {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

a:hover{
  font-size: larger;
  color:red;
  background-color: blue;
}
a:visited {
  color:purple;
}

