*{
	margin: 0;
	padding: 0;
	font-family: Raleway;
}

ul {
	float: right;
 	padding-rigth: 10px;
	list-style-type: none;
}

ul li {
	display: inline-block;
}

ul li a {
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
}

body {
	background-image: linear-gradient(to bottom right, black, gray);
	min-height: 2160px;
	width: 100%;
	color: #fff;
}

footer{
	background-color: rgba(0,64,128,0.5);
	color: #eee;
	font-family: Roboto;
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	width: 100%;
	
}