html {
	font-family: sans-serif;
}

.container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 15px;
}

.header {
	display: flex;
	border-bottom: 1px solid #D3CBD9;;
	padding: 15px 0;
	align-items: center;
	justify-content: space-between;
}

.header__logo {
	width: 50px;
	height: 50px;
	background: #000;
}

.header__nav {}

.header__contact {}

.link {
	padding: 20px;
}