/*CSS*/

body{
	background-image: linear-gradient(42deg, white, rgba(51,235,51));
}

figure{height:30em;
}

img{height:100%;
	box-shadow: 20px 20px 20px 10px #999; }