h1 {
	color: black;
}


button {
	padding: 10px 15px;
	border-radius: 15px;

}

h2 {
	background-color: whitesmoke;
	padding: 10px;
}

img {	
	cursor: pointer;
	padding: 10px;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.74), 0 17px 50px 0 rgba(0,0,0,0.79);
	border-radius: 30px;
	height: 280px;
	width: 420px;

}

h1 {

	background-color: whitesmoke;


}

body {
	text-align: center;
	background-size: cover;
	background-image: url('https://cloudfront-us-east-1.images.arcpublishing.com/elcronista/4KOKDGGRAJAE7GF5HRRYCN3RQA.jpg');
}