body {
	font-family: 'Poppins', sans-serif;
}

nav ul, footer u1 {
	padding: 0px;
	list-style-type: none;
}

nav ul li, footer u1 li {
	display: inline-block;
}

nav a {
	text-decoration: none;
	color: #000;
	display: block;
	text-align: center;
	padding: 14px 16px;
}

a {
	color: #000;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 3em;
}

p {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #333;
}

footer {
	border-top: 1px solid #d5d5d5;
	font-size: .8em;
}

ul.posts {
	margin: 20px auto 40px;
	font-size: 1.5em;
}

ul.posts li {
	list-style: none;
}

.header {
	display: flex;
	justify-content: space-between;
}

th {
	width: 500px;
}
