body {
	background-color: #f4f4f4;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

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

.illustration {
	margin-bottom: 20px; /* Add spacing between image and text */
}

.content {
	font-family: Arial, sans-serif;
}

h1 {
	font-size: 36px;
	color: #333;
}

p {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #007bff;
}
