@charset "UTF-8";
/* CSS Document */

html {
	background-color: burlywood; 
	background-size: cover;
	
}

div {
    margin: 0px;
    padding: 0px;
	padding-top: 60px;
	font-size: 1rem;
	
}

h2 {
	color: white; 
	font-size: 3rem;

}

nav ul a {
		
	position: inherit;
	left: 0;
	top: 0;
	width: 500%;
	padding: inherit;
	font-size: 3.2rem; 
	overflow: hidden; 
	text-align: center;
	transition-duration: 0s;
	text-decoration: none;
	
}

nav a:hover, nav a:active, nav a:focus 
{
	color: darkgoldenrod; 
	transition-property: all;
	
}
