html{
	width: 100%;
	height: 100%;
	background: antiquewhite;
	
}
body{
	width: 100%;
	height: 100%;
	background: white;
	margin: 0;
	position: relative;
}
.bg_grey{
    background: #F7F7F7;
}

.header{
	/* width: 100%; */
	height: 140px;
	background: #F5F4E8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navBarTitle{
	justify-content: normal;
	font-size: 34px;
}
.navTitle{
	font-size: 34px;
}
.back{
	font-size: 34px !important;    
	margin-right: 50px;
    padding-right: 5px;
}
