h1{
	font-size:22px;
	font-style:oblique;
	font-family:web-font;
	color:lime;
	text-shadow:12px 12px green;
}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Sofia">
h2{
	color:yellow;
	font-family:san-serif;
	text-decoration:line-through;
	font-size:79%;
}
h3{
	
	text-decoration:underline;
	font-size:79%;
	font-family:serif;
	text-transform:uppercase;
	color:rgb(120,96,12);
	text-shadow:rgb(120,96,12) -3px 3px 12px ;
	
}

.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;
}
<h4{
	font-family: "Sofia";
}