body {
	background-color: black;
	color: white;
	font-family: calibri;
}
	
nav {
	display: flex;
	justify-content: space-between;
	width: 80vw;
	padding-left: 10vw;
	padding-right: 10vw;
}
	
nav a {
	text-decoration: none;
	pointer: hand;
	color: white;
}
