body {
	font-family: Times New Rowan;
	font-style: normal;
	text-decoration: none;
	font-size: 20px;
	background-color: floralwhite;
	color: black;
}

h1 {
	background-color: slateblue;
	margin-left: 300px;
	margin-right: 300px;
	color: black;
	text-align: center;
}

h2 {
	text-decoration: underline;
	color: black;
	text-shadow: 0px 5px 5px plum;
}	

h3 {
	font-style: italic;
	font-weight: bold;
	color: slateblue;
	text-decoration: underline;
}
a {
	color: black;
}	

.important {
	color: darkorchid;
	font-style: italic;
}
	
.listem {
	color: darkslateblue;
	text-decoration: underline;
}	

.purple {
	text-decoration: underline;
	color: black;
	text-shadow: 0px 5px 5px Purple;
}

.menu {
	background-size: 20px, 20px;
	display: flex;	
}	
 nav .active {
	background-color: darkslateblue;
	 color: white;
	 text-decoration: none;
 } 

#uvod {
	text-align: center;
}

#uvodny {
		float: right;
}