html,body {
		height:100%;
}
		

li{
	float: left;
	list-style: none;
	padding: 20px;
	
}
li:hover a{
	color:red;
}

nav{
	float:right;
	margin-top: 25px;
	
}

a{
	text-decoration: none;
font-family:"Times New Roman";
}

header{
	
	background:black;
	
}
h1{
	text-align: center;
	font-size:40px; 
}

section{
	
	width: 79%;
	background:red;
	float: left;
	overflow: auto;
	padding-bottom: 56px;
	padding-top:30px;
}
aside {
	display: block;
	float:right;
	border: 15px solid white;
	width:19%;
	height: 700px ;
}
.footer{
	background-color: white;
	bottom: 0;
	position: fixed;
	width: 100%;
	height: 60px;
	text-align: center;
	
	
	
}
