body{
	font-family: 'Avenir', 'Helvetica', 'Arial', sans-serif;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

a{
	text-decoration: none;
	font-style: none;
}

.links{
	display: inline-block;
	float: right;
	position: absolute;
	list-style-type: none;
}

.menu {
	display: none;
}

.active.menu {
	display: block;
	box-sizing: border-box;
	padding-top: 70px;
	height: 100%;
	width: 100%;
	z-index: 5;
	list-style-type: none;

}

i{
	float: right;
	position: fixed;
	display: inline-block;
	padding-left: 93%;
	padding-top: 25px;
}

h1{
	float: left;
	position: fixed;
	display: inline;
	font-size: 35px;
	top: -15px;
}

h2{
	float: left;
	position: fixed;
	display: inline;
	padding-top: 20px;
}

#header{
	display: inline;
}

.report{
	border: 1px solid black;
	position: fixed;
	padding: 1%;
	margin-left: 40%;
	margin-top: 10%;
}





















