h1{ color:aqua;
    font-family:fantasy;
	font-size:25px;
	text-align:center;
}
h2{ color:blue;
    font-family:fantasy;
	font-size:20px;
}
li{ color:purple;
    font-family:serif;
	font-size:15px;
}
p{ color:fuchsia;
   font-family:monospace;
   font-size:15px;
}
.razred{ color: purple;
         font-family: script;
		 font-size:25px;
}
.serazred{ color: navy;
           font-family: script;
		   font-size: 20px;
}
a{ font-family: serif;
   font-size: larger;
   color: navy;
}
a:hover{ color: blue } 
.max-width { max-width: 650px}

header{
	background-image: url('slike/nav.ozadje.avif');
	height: 600px;
}
nav{
	color:purple;
	padding:20px;
}
nav a{
	padding:20px,25px;
	margin:20px;
}
