
body{background-color:darkgreen}/*background:linear-gradient(80%,rgb(10,0,100),rgb(100,100,100);*/
h1{color:lightgreen;font-size:22px;font-style:italic;font-family:verdana;text-shadow: 10px 10px 10px green;}
h2{text-decoration:underline;font-size:200%;font-family:sans-serif;text-transform:uppercase;color:rgb(10,30,100);
text-align:top left;text-shadow:-3px -3px 10px rgb(10,30,100)}

.zuto{color:yellow;}
.verdana{font-family:verdana;}
.roboto{font-family:Roboto Slab}

#tri{background-color:rgb(30,100,30)}
.treci{color:rgb(0,100,30);font-style:italic;font-family:Rubik Storm;font-style:italic;}

img{width:40vw;height:40vh;box-shadow: inset 3px 3px 5px yellow}


*{text-align:center}

p{font-family:sans-serif;}

a{font-size:160%}

a:active{
	color:blue;
}

a:hover{
	font-size:16px;
	color:#FF0000;
	background-color:blue;
}




