


.divo{
	text-align:center;
	align-items:center;
	width:60%;

}
h1{
	
	text-decoration:underline;
	font-size:70%;
	font:serif;
	color:lime;

}
p {color:yellow}
h2{
	text-decoration:underline;
	font-size:70%;
	font:serif;
	color:rgb(170, 85, 136);
}
p{color:yellow}
h3{
	text-decoration:underline;
	font-size:70%;
	font:serif;
	color:rgb(170, 85, 136);
	
}
img{
width:vw;
height:50vh;
	
	
}
.farba{
	background-color:blue;
}

.slik{
	justify-content:center;
	display:flex;
	align-content:center;
}




.link1
{
	a:link  
		{
			color:#020000;
			font-size:16px;
		}


	a:hover
		{
			color#cdcdcd;
			font-size:13px;
		}
}

.tjelo{
background:
linear-gradient(rgb(17,0,170), rgb(170,170,170));
}
