body {
	/*font-family: Bebas,sans-serif;*/
	font-family: Verdana, sans-serif;
	font-size: 15px;
}

a {
	text-decoration: none;
}

.main-column {
	margin-top: 13rem !important;
}

.main-column::before {
	background-image: url("https://usa.michal.es/osiem/images/logo.png");
	background-size: 44rem 11rem;
	display: block;
	text-align: center;
	margin: -13rem auto 1rem;
	content: '';
	width: 44rem;
	height: 11rem;
	border-radius: var(--bs-border-radius-xl) !important;
}

.primary-color {
	color: #1e90ff;
}

.secondary-color {
	background-color: #343a40;
}

.accent-color {
	color: #20c997;
}

.background-color {
	background-color: #121212;
}

.text-color {
	color: #e1e1e1;
}

.form-control:focus {
	background-color: #121212;
	color: #e1e1e1;
}

::placeholder {
	color: #e1e1e1 !important;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #e1e1e1 !important;
}

.header-background-color {
	background-color: #1f1f1f;
}

.menu-item {
	border-color: #1e90ff;
}

.menu-item:hover {
	background-color: #2f2f2f;
}

.shadow-color {
	color: #000000;
}
