.navbar{
	position: fixed;
	top: 0;
	width: 100%;
  	overflow: hidden;
  	background-color: #8E918F;
  	height: 60px;
  	z-index: 1;
}
.background{
	padding-top: 130px;
	transform: translateZ(-10px);
	scale: 2;
}
.foreground{
	margin-top: -40px;
}