body{
	background-color:lightblue;
	  text-align:justify;
	}
h1  {
	font-size:22px;
	color:lightgreen;
	}
h2  {
	text-decoration:underline;
	font-size:80%;
	text-transform:uppercase;
	color:rgb(130,104,65);
	font-family: "Times New Roman", serif;
	}
	
.prijevoz{
	text-align:justify;
	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;
    
	}
footer {
	text-align:center;
	}