body {
	background-color: black;
}

#header container {
	position: fixed;
	border: aqua;
	overflow-x: hidden;
}


.content {
	top: 0px;
	background-color: #efeeef;
	height: auto;
	position: relative;
	z-index: 300;
	overflow: scroll;
	height: auto;
	overflow-x: hidden;
}

.container {
	top: 0;
	left:0;
	position: fixed;
	z-index: 301;
	overflow-x: hidden;
		}
		
.name {
	color: white;
}
	
	
