body {
	margin: 0;
	font-family: Arial, sans-serif;
	background-color: #d9ecf7;
	color: black;
}

nav {
	background-color: #2c6fa3;
	padding: 15px;
	text-align: center;
}

nav a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	margin: 0 15px;
}

nav a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	margin-top: 40px;
	font-size: 36px;
}

.content {
	max-width: 900px;
	margin: 30px auto;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px;
	border-radius: 10px;
	text-align: center;
}

h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
	border-radius: 8px;
}
