
body {
	background-image: url('imgs/stars_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

nav ul {
	background-color: black;
	margin: 50px;
	padding: 50px;
	list-style: none;
}

nav ul a {
	color: white;
}
