body {                     
	background-color: #dddddd;
	font-family: 'Times New Roman', Georgia, and Baskerville, serif;
    	font-size: 18px;
	margin: 0;
    	margin-bottom: 20px;
}

header {
	background-color: #100110;
	background-position: 100%;
	background-repeat: no-repeat;
    	background-size: 500px;
	height: 400px;
	font-family: 'Times New Roman', Georgia, and Baskerville, serif;
}                      


nav {
	background-color: #FFFFFF;
    	text-align: center;
    	border-bottom: 7px solid #100110;
    	font-size: 16px;
} 

a {
	color: #100110;

}

nav a {
	display: inline-block;
	text-decoration: none;
    	letter-spacing: 0.1em;
	color: #100110;
	padding: 0.5em 5em;   
}


a:hover, a:focus {
	background-color: #c5d82e;
    	transition: 0.7s;
} 

nav a:hover, nav a:focus {
	letter-spacing: 0.3em;
}

a:active {
    	background-color: #c5d82e;
	transition: 0.7s;
}


p {
    	letter-spacing: 0.04em;
}

header h1, footer p {
	margin: 0;
} 

header h1 {
	color: #FFFFFF;
	font-size: 12em;
	font-family: 'Times New Roman', Serif, Helvetica, sans-serif;
	text-align: center;
    	padding-top: 100px;
    	margin-bottom: 20px;
	margin-left: 0.1em;
}
       

footer {
    	clear: both;
	color: #FFFFFF;
    	background: #100110;
	text-align: center;
    	font-size: 17px;
    	padding: 50px 0 50px 0;
    	width: 100%;
}