body{
	background-color: aqua;
	font-size: 30px;
	text-align: center;
}

h1:hover{
	color:yellow;
}

h1:after{
	color:red;
}
