body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
	background: #f8f9fa;
	font-family: 'Segoe UI', Arial, sans-serif;
	color: #0074d9;
	font-size: 1.5rem;
}

.center-img {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.center-img img {
	max-width: 45vw;
	max-height: 60vh;
	box-shadow: 0 4px 24px rgba(0,0,0,0.12);
	border-radius: 16px;
}

h1 {
	font-size: 2rem;
	margin-bottom: 1rem;

}

a {
	margin-top: 2rem;
	text-decoration: underline;
	color: #0074d9;
}
