body {
	font-family: Ubuntu;
	margin: 0;
	padding: 0;
	background-color: #242323;
	color: #fff;
}

header {
	background-color: #2727276e;
	color: white;
	text-align: center;
	padding: 10px 0;
}

header h1 {
	margin: 0;
}

nav {
	display: flex;
	justify-content: center;
	background-color: #4444445e;
	padding: 1px;
}

nav a,
button {
	color: white;
	background-color: #00008b00;
	border-style: hidden;
	padding: 14px 20px;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
}

nav a:hover {
	color: #a82c07ec;
}

button:hover {
	color: #a82c07ec;
}

.container {
	width: 80%;
	margin: 20px auto;
	padding: 20px;
	box-shadow: 0 4px 8px #000000;
	border-radius: 1pc;
}

.post {
	margin-bottom: 20px;
}

.post h3 {
	font-size: 24px;
	color: #ffffff;
}

.post p {
	font-size: 16px;
	color: #ffffffb0;
}

footer {
	background-color: #333;
	color: white;
	text-align: center;
	padding: 0px;
	position: fixed;
	bottom: 0;
	width: 100%;
}

.background {
	background-image: url(img/background.png);
	background-size: cover;
}

.next {
	color: white;
	background-color: #ffffff1a;
	margin-bottom: 5pc;
	padding: .5pc 2pc;
	border-radius: 2pc;
	font-size: 2.5pc;
}