body{
	padding: 0;
	margin: 0;
	background-color: black;
	text-align: center;
}
h1{
	color: white;
	font-family: Poppins;
	position: absolute;
	font-size: 3em;
	margin: 0;
	padding: 0;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
header {
	height: 100px;
	background: #262626;
	width: 100%;
	z-index: 10;
	position: fixed;
	background-color: rgb(66,66,66);
}
.logo {
	width: 30%;
	float: left;
	line-height: 100px;
}
.logo a {
	text-decoration: none;
	font-size: 30px;
	font-family: poppins;
	color: #fff;
	letter-spacing: 5px;
}
nav {
	float: right;
	line-height: 100px;
	overflow: auto;
  	white-space: nowrap;
}
nav a {
	text-decoration: none;
	font-family: Poppins;
	letter-spacing: 4px;
	font-size: 20px;
	margin: 0 10px;
	color: #fff;
}

img{
	height: 2.3em;
	float: left;
	padding: 12px;
}
