body {
	margin: 0;
	background: #e6e6e6;
	color: Black;
	text-align: center;
}

header{
	margin: 0;
	background: #2d2d2d;
}

nav img{
	left: 0;
	text-align: left;
	width: 16%;
}

nav {
	margin: 0;
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	background: #2d2d2d;
	overflow: hidden;
	width: 100%;
}

nav a{
	margin: 10px;
	text-align: center;
	color: #ffdb38;
	text-decoration: none;
	display: inline;
}


#main{
	padding-top: 10px;
	margin: auto;
	background: #92c14d;
	width: 100%;
	
}

section{
	margin: 10px;
}

p{
	width: 60%;
	margin: auto;
	padding: 10px;
	text-align: center;
	font-size: 22px;
}

img{
	width: 30%;
}

li{
	font-size: 22px;
}

h2{
	text-decoration: underline;
}

footer{
	margin: 0;
	background: #f1f1f1;
}