body {background: linear-gradient(rgb(4, 0, 40), rgb(40, 40, 40));
	background-image: url(poz.jpg);
    background-size: 20px 20px;
    background-position: top right;
    background-attachment: fixed;
    color: white;

}
h1{
	color: lightgreen;
	font-size:22px;
	font-style: italic;
	text-shadow: 4px 4)px 4px green;
}
h2 {
    text-decoration: underline;
    font-size: 120%;
    font-family: serif;
    text-transform: uppercase;
    color: rgb (4, 12, 40);
    text-shadow: 4px 4px  rgb(4, 12, 40)
    );
}
.poglavlje1 {
    color: yellow;
    font-family: sans-serif;
}
.poglavlje2 {
    color: yellow;
    font-family: sans-serif;
}
#poglavlje3 {
    background-color: rgb(12,40,12);
    color: rgb(0,40,12s);
    font-family: serif;
	
}
footer{
	background-color:red;
}
.slika-prijevoza {     
    width: 10vw;   
    height: 15vh;  
}
a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: lightgray;
}

a:hover {
    font-size: 120%;
    color: yellow;
    background-color: blue;
}
