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

header {
	background: #1b263b;
	padding: 20px;
	font-size: 40px;
	text-align: center;
}

#content {
	padding: 40px;
}

.news {
	margin-bottom: 50px;
}

.news h2 {
	font-size: 48px;
	margin-bottom: 20px;
}

.news p {
	font-size: 28px;
	line-height: 1.4;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #1b263b;
	padding: 15px;
	font-size: 24px;
	text-align: center;
}