h1{
	text-align: left;
	color: lightskyblue;
	font-family: Lucida Handwriting;
	font-size: 40px;
}

h2{
	color: lightskyblue;
	font-family: Lucida Handwriting;
	font-size: 20px;
}

p{
	text-indent: 1cm;
	text-align: justify;
	font-size: 15px;
}

li{
	color: black;
	font-size: 15px;
}

.vaja2{
	color: hotpink;
	font-family: Lucida Handwriting;
	font-size: 40px;
}

.rozapodnaslov{
	color: pink;
	font-family: Lucida Handwriting;
	font-size: 20px;
}

.brezzamika{
	text-indent: 0cm;
}

a:link {
	color: #C71585;
	text-decoration: underline;
	background-color: transparent;
}

a:visited {
	color: #F283C9;
}

a:hover {
	color: white;
	background-color: pink;
}

img {
	max-width: 300px;
}

header {
	background-image: url('567.avif');
	background-position: center;
	height: 100px;
	background-repeat: repeat;
	background-size: 220px;
}

nav {
	background-color: lightpink;
	padding: 10px 20px;
	display: flex;
}

nav a:link,
nav a:visited {
	text-decoration: none;
	color: hotpink;
	font-weight: bold;
	margin: 1px;
	padding: 8px 12px;
	border-radius: 6px;
	display: inline-block;
}

nav a:hover {
	text-decoration: none;
	color: hotpink;
	background-color: pink;
}

footer {
	color: black;
	padding: 10px 0;	
}
