.header{
		padding: 0 !important;
		height:50px !important;
		background: linear-gradient(135deg, #ff6b9d 0%, #ffa8c5 100%) !important;
	}
.header h1 {
	text-align: center !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	line-height: 50px !important;
	color: #fff !important;
	letter-spacing: 1px !important;
}

.header-title{
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	white-space: nowrap !important;
	max-width: 60% !important;
}
