body {
	background-color: #f1f1f1;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	margin: 50px auto;
	max-width: 600px;
	padding: 30px;
	text-align: center;
}
h1 {
	font-size: 36px;
	margin-bottom: 20px;
}
p {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}

img {
	width: 300px;
	height: 200px;
	//border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	margin: 20px;
}