body {
	font-family: 'Karla', sans-serif;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #324467;
	position: relative;
	padding-bottom: 110px;
	background-color: #f6f7fb;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.navbar-brand {
	margin-right: 0;
}

.navbar-dark {
	padding-top: 35px;
	padding-bottom: 35px;
}

.navbar-dark .navbar-brand {
	color: #324467;
	font-weight: 600;
}

.navbar-dark .navbar-text {
	opacity: 1;
	padding: 0 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.page-title {
	font-size: 80px;
	font-weight: bold;
	margin: 120px 0;
}

.page-description {
	max-width: 465px;
	font-size: 18px;
	margin-bottom: 59px;
}

p {
	font-size: 14px;
	margin-bottom: 21px;
}
