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