body {background-color:blue;}
h1{
	color: lightgreen;
	font-size:22px;
}
h2 {
    text-decoration: underline;
    font-size: 120%;
    font-family: serif;
    text-transform: uppercase;
	color: rgb(40,20,32);
}
.poglavlje1 {
    color: yellow;
    font-family: sans-serif;
}
.poglavlje2 {
    color: yellow;
    font-family: sans-serif;
}
#poglavlje3 {
    /*background-color: rgb(32,20,32);*/
    color: rgb(0,20,32);
    font-family: serif;
	
}
.slika-prijevoza {
    top: 10vh;    
    left: 5vw;     
    width: 10vw;   
    height: 15vh;  
}