@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap');

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

a {
	color: #7DAED6;
}

body {
	background: url(body-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.container {
	width: 1170px;
	background-position: center top;
}

.header-wrapper {
	background-color: #fff;
	border-top: 20px solid #2D2D33;
	border-bottom: 5px solid #7DAED6;
	margin-bottom: 15px;
}

.header {
	padding: 1rem 0;
}

.header__logo {
	display: flex;
	align-items: center;
}

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

.logo-text {
	display: flex;
	flex-direction: column;
	font-family: "Titillium Web", sans-serif;
	padding-left: 25px;
	line-height: 30px;
}

.logo-text .main-text {
	color: #2D2D33;
	font-size: 34px;
}

.logo-text .sub-text {
	color: #2D2D33;
	font-size: 20px;
}

.main {
	border-radius: 4px;
	padding: 3rem;
}

.sidebar {
	margin-right: 3rem;
}