body {
	font-family: 'Times New Roman', Times, serif;
	background: linear-gradient(to bottom, #2c3e50, #34495e);
	color: #ecf0f1;
	margin: 0;
	padding: 0;
}

.container {
	max-width: 800px;
	margin: 40px auto;
	padding: 20px;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6),
		inset 0 2px 5px rgba(255, 255, 255, 0.2),
		inset 0 -2px 5px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

header,
footer {
	text-align: center;
	padding: 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: bold;
	background-image: linear-gradient(to bottom, #d4d4d4, #a0a0a0, #d4d4d4);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1);
}

h1 {
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 10px;
}

h2 {
	font-size: 1.8em;
	margin-top: 40px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 5px;
}

p {
	line-height: 1.8;
	font-size: 1.1em;
	text-align: justify;
	color: #bdc3c7;
}

article {
	margin-bottom: 40px;
}

section {
	margin-bottom: 20px;
}

footer p {
	font-style: italic;
	font-size: 1em;
	color: #95a5a6;
}
