@import url("/templates/global.css");

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

a {
	color: #16168E;
}

.header-wrapper {
	background-color: #fff;
	border-top: 15px solid #333;
	border-bottom: 2px solid #d2d2d2;
}

.header {
	padding: 2rem 0;
	text-align: center;
}

.header__logo {
	max-height: 40px;
	color: #333;
	font-size: 44px;
	font-weight: bold;
	letter-spacing: -1px;
}

.header__logo:hover {
	text-decoration: none;
}

.container {
	width: 1100px;
}

.main {
	padding: 3rem;
}

.sidebar {
	margin-right: 3rem;
}