body {
	margin: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f0f0f0;
	font-family: Arial, sans-serif;
}
.logo {
	max-width: 100%;
	max-height: 100%;
	width: 510px;
}
.text {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
