/* ================================= 
  Base Element Styles
==================================== */


* {
	box-sizing: border-box;
	font-family: 'Lato', Helvetica, sans-serif;
	font-style: normal;
	padding: 0;
	margin: 0;
}


p {
	font-size: 1.2em;
}






.main{
	text-align: center;
	width: 50%;
	margin: 200px auto;
}

ul{
	margin-top: 60px;
}

li{
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 5px;
}

a {
	color: black;
	text-decoration: none;
	font-size: 1.1em;
	font-family: 'Lato', Helvetica, sans-serif;
}

footer{
 	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
	background-color: grey;
	color: whitesmoke;
	padding: 1em 0;
	text-align: center;
}