header{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0083cc;
}

.site_logo{
	height: 70px;
	background: url(/static/img/slz_logo.svg) center/140px no-repeat;
	width: 140px;
}

