﻿body {
	padding-top: 70px;
	padding-bottom: 20px;
	background-color: black;
	color: white;
}

.text1 {
	font-size: xx-large;
}

@media (max-width: 767px) {
	.top-menu {
		top: 6px;
		right: 52px;
		width: 100%;
	}

		.top-menu > .navbar-nav > li {
			float: none !important;
		}
}

@media (min-width: 768px) {
	.top-menu {
		margin-right: -15px;
	}

	.top-auth-menu {
		margin-left: auto;
	}
}

.dx-bs5.bg-light {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

@media (min-width: 576px) {
	.dx-bs5.bg-light {
		padding: 4rem 2rem;
	}
}
