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