h1{
	font-size:22px;
	color:lime
}
h3{
	text-decoration:underline;
	font-size:79%;
	font-family:serif;
	text-transform:uppercase;
	color:rgb(120,96,12);
}

.klasa{
	color:yellow;
	font-family:san-serif;
}

#id{
	background-color:rgb(96,12,96);
	color:rgb(0,96,12);
	font-style:oblique;
	font-family:serif;
}
body{
	background-color:lightblue;
}

a{
	color:yellow;
}

img{
	width:45vw;
	height:40vh;
}