body{
	background:linear-gradient(rgb(13,0,130),rgb(130,130,130));

	}
h1  {
	font-size:22px;
	color:lightgreen;
	font-style:italic;
	text-shadow:green 13px  13px; 
	}
h2  {
	text-decoration:underline;
	font-size:80%;
	text-transform:uppercase;
	color:rgb(13,39, 130);
	font-family: "Times New Roman", serif;
	box-shadow: 3px 3px 2px rgb(13,39,130); 
	text-align=top left;
	
	}
	
.prijevoz{
	
	color:yellow;
	font-family: "Arial", sans-serif;
	}
	
#dozivljaj{
	text-align:justify;
	background-color:rgb(104,65,104);
	color:rgb(0,65,104);
	font-family: "Times New Roman", serif;
	font-style:italic;
	}
.slika-prijevoz {
	
	width: 50vw;
    height: 45vh;
    justify-content:center;
	}
footer {
	text-align:middle;
	}
div {
  width: 60%;
  text-align:center;
  justify-content:center;
}
picture{
justify-content:center;}