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; 
}

h2{
	text-align: center;
	
}



section{
	
	width: 100%;
	background:red;
	float: left;
	overflow: auto;
	padding-bottom: 60px;
	padding-top:30px;
}