body{
	background-image: url("Photo.gif");	
			
}
	   
h1{
	text-align: center;
			
}
body{
	background-image: url("Photo.gif");
	
}

#frog{
	background-color:orange;
	top:50px;
	left:50px;
	width:300px;
	height:600px;
	position:absolute;
			
}
#frog1{
	background-color: white;
	left: 350px;
	top: 50px;
	width:300px;
	height:600px;
	position:absolute;
	
}
.center{
	text-align: center;
	margin-left: 100px;	
}
#frog2{
	background-color: green;
	left: 650px;
	top: 50px;
	width:300px;
	height:600px;
	position:absolute;
	
}
