h2::first-line { background-color: yellow; 
	 color: blue; 
     box-shadow: 5px 10px 7px green; }
h4 { color: red; }
button:hover {background-color:yellow; }
