body {
	background-color: #0a052d;
	color: white;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 19px;
}

h1 {
	line-height: 50px;
}

p4 {
	font-size: 11px;
}

p3 {
	font-size: 20px;
}

nav {
	display: max;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #2b2b2b;
}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	padding: 8px 106.69px;
	text-decoration: none;
	font-size: 18px;
	font-family: Trebuchet MS;
}

li a:hover {
	background-color: #151515;
}