body {
	background-color: #333333;
	font-family: Arial, sans-serif;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	text-align: center;
}
h {
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
}
img {
	width: 300px;
	max-width: 80vw;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}