body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: #f4f4f9;
	margin: 0;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.container {
	text-align: center;
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.logo {
	max-width: 200px;
	margin-bottom: 20px;
}

h1 {
	color: #b8860b;
}

p {
	color: #555;
	font-size: 1.1em;
}

.recommendation {
	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.recommendation h2 {
	color: #555;
	margin-bottom: 10px;
}

.recommendation a,
.recomendation a:visited {
	color: #555;
	text-decoration: none;
}

.recommendation a:hover {
	text-decoration: underline;
}