body {
	font-family: "Host Grotesk", sans-serif;
	padding: 10px 20px;
	background-color: #f0f0f0;
}

.wrapper {
	width: 1240px;
	margin: 0 auto;
	max-width: 100%;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}

.logo {
	width: 160px;
}

nav a {
	color: #001f2f;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	margin-left: 18px;
}

nav a:hover {
	color: #f04e23;
}
