body {
	color: #ddd;
	background-color: #2C2F33;
}

.bg-light {
	background-color: #292929 !important;
}

.navbar-light .navbar-brand {
	color: #ddd;
}

.navbar-light .navbar-brand:hover {
	color: #f5f5f5;
}

br {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar.fancy {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(14, 14, 14, 0.589) !important;
}

.flex-container {
	display: flex;
	flex-direction: row;
	background-color: White;
}

.flex-container > div {
	background-color: #ffffff;
	width: 400px;
	margin: 10px;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
}

.media-body {
	padding-left: 10px;
}

.contacts-title {
	padding-bottom: 2rem;
}

.work-image {
	border-radius: 100%;
	margin-bottom: 10px;
}

hr {
	margin: 0;
}

section {
	padding-top: 2em;
	padding-bottom: 2em;
}

.section-title {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: center;
}

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

.support-text-container {
	flex: 1 1;
}

.support-text {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.btn-discord {
	background-color: #7289DA;
	color: #fff;
	width: 150px;
}

footer {
	background-color: #23272A;
}

footer p {
	margin-bottom: 0;
}