h1{
	font-size:22px;color:lightgreen;font-style:italic;text-shadow:green 8px 8px 8px;
	}
	
h2{
	text-decoration:underline;font-size:80%;font-family:serif;text-transform:uppercase;color:rgb(80,64,40);
	text-shadow:rgb(8,24,80) -10px -10px 10px;
	}
	
body{
	background-color:linear-gradient(50%,rgb(8,0,80),rgb(80,80,80);
	background-image:url(slika1.jpg);
	background-size:20px 20px;
	
	}
	
.klasa{
	color:yellow;font-family:serif;
	}
	
#picture{
	width:67vw;height:67vh; box-shadow:inset 5px 5px 5px yellow;
	}
	
#stil{
	background-color:rgb(64,40,64);color:rgb(0,64,80);font-style:italic;font-family:serif;
	}
	
#footer{
	text-align:center;
	}