.t-primary-bgcolor {
	background-color: #00979f;
}

a {
	color: #00979f;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

.header__logo img {
    max-width: 151px;
}

.container {
	width: 1200px;
}

.header__nav {
	font-family: sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.header__nav a {
	color: #635e59;
	justify-content: space-around;
	padding: 40px;
	letter-spacing: 0.5px;
}

.header__nav a:hover {
	text-decoration: none;
	color: #635e59;
	background-color: #f2f2f2;
}

body {
	background-image: url(body-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.main {
	border: 1px solid #d3d3d3;
}

.sidebar {
	margin-right: 2rem;
}