body {
	font-family: Arial, sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	margin: 0;
	background-color: #f9f9f9;
}

.logo {
	width: 300px;
	margin-bottom: 2rem;
}

.logo img {
	width: 100%;
	height: auto;
}

.content {
	max-width: 800px;
	overflow: auto;
	text-align: left;
	line-height: 1.6;
	color: #333;
	padding: 0 1rem;
}
