* { margin: 0; padding: 0; box-sizing: border-box; }
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	color: #fff;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container {
	max-width: 600px;
	padding: 60px 40px;
	text-align: center;
}
.container img {
	max-width: 200px;
	height: auto;
	margin-bottom: 30px;
}
h1 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 16px;
}
p {
	font-size: 16px;
	line-height: 1.6;
	opacity: 0.9;
}
.image {
	margin-bottom: 24px;
}
.image img {
	max-width: 250px;
	height: auto;
}
