body {
	background-color: rgb(159, 149, 149);
	margin: 0px;
}

.nav_bar {
	display: flex;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgb(130, 70, 50);
	font-size: 25px;
	gap: 50px;
	width: 100%;
	margin-top: 0;
	
	position: fixed;
   	top: 0;
    	right: 0;
    	left: 0;
}

.nav_bar a {
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.odstavek{
	color: rgb(99, 23, 23);
	font-size: 20px;
	height: 100%;
	margin-left: 50px;
	margin-right: 50px;
}

h1 {
	display: flex;
	justify-content: center;
	padding-top: 100px;
	font-size: 60px;
	color: rgb(65, 63, 62);
}

.podnaslov {
	margin-left: 30px;
	color: rgb(0, 0, 0);
}

#povezava {
	display: flex;
	justify-content: center;
	padding: 20px;
	font-size: 25px;
	text-decoration: none;
	color: antiquewhite;
}

#povezava_file {
	text-decoration: none;
	text-decoration: underline;
	color: rgb(75, 72, 72);
}

.container {
	display: flex;
	justify-content: center;
}

#slika {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 800px;
    height: auto;
}
