body{
	background:#47ffa8;
	margin:0px auto;
	float:left;
}
.header{
	width:100%; 
	height:200px;
	background:limegreen;
	float:left;
}
.logo{
	float:left;
	width:20%;
	margin-left:2%;
	margin-top:2%;
}
.sidebar{
	width:20%; 
	height:900px;
	background:turqouise;
	float:left;
}
.maincontent{
	width:80%; 
	background:#00ff7a;
	color:black;
	float:left;
	padding: 0 0 0 0;
}
.maincontent h1{
	font-size:15pt;
	margin:5%;
}	
ul{
	list-style:none;
	margin-top:6%;
}
ul li{
	float:left; 
	margin-right:5%;
	display:contents;
}

ul li a{
	text-decoration:none;
	padding: 2% 5%;
	background:#00ff7a;
	color:black;
	margin-right:5%;
	font-size:15pt;
}
ul li a:hover{
	background:#00bd5b;
	color:white;
}
.active{
	background:#00bd5b;
	color:white;
}
.sidemenu{
	list-style:none;
	
}
.sidemenu li{
	list-style:none;
	display:flex;
	width:100%
}
.sidemenu li a{
	padding: 2% 5%;
	width:100%;
	margin-bottom:2%;
	
}
.maincontent p{
	padding: 0 5% 0 5%;
}
.column{
	margin-top:10px;
	margin-bottom:50px;
	margin-left:70px;
	margin-right:70px;
	float:left;
}
.footer{
	width:100%; 
	height:50px;
	background:black;
	color:white;
	float:left;
	text-align:center;
}