h1{
	font-family: cursive;
	color: orange;
	text-align: center;
}

p{
	font-family: tahoma;
	color: yellow;
	text-align: center;
}

img{
	width: 300px;
}
a:link{
	color: lime;
	font-family: tahoma;
}
	
img{
		border:10px groove white;
	border-radius: 25px;
	opacity: 0.5;;
	display:black;
}

img:hover{
	opacity:1;
	border: 2px solid black;
	border-radius: 1px;
	transition: opacity .3s ease;
	box-shadow: 3px 3px 1px black;
}
body{
	background: pink;
}