html {
	background-color:#003300;
	font-family: 'Recursive', sans-serif;
	}
	
nav a{
	font-size:2em;
	text-decoration:none;
	color:cyan
	}
	p{
		color: #ffffff;
		font-size:1.2em;
	}
	h1,h2 {
		color:white
	}