body {
	overflow: hidden;
	background-color: rgb(128, 128, 136);
}

#img1 {
	display: block;
	position: absolute;
	top: 10%;
	left: 25%;
	width: 50%;
	height: 40%;
	z-index: 9;
	color: rgb(0, 0, 0);
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0);
	border: solid rgb(0, 0, 0) 0px;
	margin: 0px;
	border-radius:72%;
}
#img1:hover{
	scale:1.4;}

